#69D0D2

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

Shades of Turquoise Blue #69D0D2

Tints of Turquoise Blue #69D0D2

Color information

#69D0D2 (or 0x69D0D2) is unknown color: approx Turquoise Blue. HEX triplet: 69, D0 and D2. RGB value is (105,208,210). Sum of RGB (Red+Green+Blue) = 105+208+210=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #69D0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0D2 is #962F2D. Grayscale: #B1B1B1. Windows color (decimal): -9842478 or 13815913. OLE color: 13815913.

HSL color Cylindrical-coordinate representation of color #69D0D2: hue angle of 181.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D0D2 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105208210-
CMYK0.500.0100.18
HSL181.14º53.85%61.76%-
HSV(B)181.14º50%82.35%-
XYZ40.0152.7769.05-
YUV177.43146.3876.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.08%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=20.08%
G=39.77%
B=40.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052082100.500.0100.18181.1453.8561.76
Hex69D0D2321012b5363e
Octal1513203226210222656676
Binary11010011101000011010010110010101001010110101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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