#69D0DE

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

Shades of Turquoise Blue #69D0DE

Tints of Turquoise Blue #69D0DE

Color information

#69D0DE (or 0x69D0DE) is unknown color: approx Turquoise Blue. HEX triplet: 69, D0 and DE. RGB value is (105,208,222). Sum of RGB (Red+Green+Blue) = 105+208+222=535 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.63% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #69D0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0DE is #962F21. Grayscale: #B2B2B2. Windows color (decimal): -9842466 or 14602345. OLE color: 14602345.

HSL color Cylindrical-coordinate representation of color #69D0DE: hue angle of 187.18º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69D0DE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105208222-
CMYK0.530.0600.13
HSL187.18º63.93%64.12%-
HSV(B)187.18º52.7%87.06%-
XYZ41.5753.3977.22-
YUV178.8152.3875.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.63%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=19.63%
G=38.88%
B=41.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052082220.530.0600.13187.1863.9364.12
Hex69D0DE3560Dbb4040
Octal151320336656015273100100
Binary11010011101000011011110110101110011011011101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,208,222); }

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

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

 a { background-color: rgb(105,208,222); }

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

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

 span { border-color: rgb(105,208,222); }

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