#69DDEF

Color #69DDEF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #69DDEF

Tints of Turquoise Blue #69DDEF

Color information

#69DDEF (or 0x69DDEF) is unknown color: approx Turquoise Blue. HEX triplet: 69, DD and EF. RGB value is (105,221,239). Sum of RGB (Red+Green+Blue) = 105+221+239=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #69DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DDEF is #962210. Grayscale: #BCBCBC. Windows color (decimal): -9839121 or 15719785. OLE color: 15719785.

HSL color Cylindrical-coordinate representation of color #69DDEF: hue angle of 188.06º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69DDEF is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105221239-
CMYK0.560.0800.06
HSL188.06º80.72%67.45%-
HSV(B)188.06º56.07%93.73%-
XYZ47.2660.9590.93-
YUV188.37156.5768.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 18.58%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=18.58%
G=39.12%
B=42.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052212390.560.0800.06188.0680.7267.45
Hex69DDEF38806bc5143
Octal151335357701006274121103
Binary11010011101110111101111111000100001101011110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DDEF; }

 p { color: rgb(105,221,239); }

 H1.HeaderClassName
 {
   color: #69DDEF;
 }
 .AnyTagClassName
 {
   color: #69DDEF;
 }
</style>
background-color css

<style>
 a { background-color: #69DDEF; }

 a { background-color: rgb(105,221,239); }

 div.DivClassName
 {
   background-color: #69DDEF;
 }
 .BgClassName
 {
   background-color: #69DDEF;
 }
</style>
border-color css

<style>
 span { border-color: #69DDEF; }

 span { border-color: rgb(105,221,239); }

 td.TdClassName
 {
   border-color: #69DDEF;
 }
 .TagClassName
 {
   border-color: #69DDEF;
 }
</style>