#69d2df

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

Shades of Turquoise Blue #69D2DF

Tints of Turquoise Blue #69D2DF

Color information

#69D2DF (or 0x69D2DF) is unknown color: approx Turquoise Blue. HEX triplet: 69, D2 and DF. RGB value is (105,210,223). Sum of RGB (Red+Green+Blue) = 105+210+223=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #69D2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D2DF is #962D20. Grayscale: #B3B3B3. Windows color (decimal): -9841953 or 14668393. OLE color: 14668393.

HSL color Cylindrical-coordinate representation of color #69D2DF: hue angle of 186.61º degrees, saturation: 0.65, 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 #69D2DF is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105210223-
CMYK0.530.0600.13
HSL186.61º64.84%64.31%-
HSV(B)186.61º52.91%87.45%-
XYZ42.1954.4278.09-
YUV180.09152.2174.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.52%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=19.52%
G=39.03%
B=41.45%

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
Decimal1052102230.530.0600.13186.6164.8464.31
Hex69D2DF3560Dbb4140
Octal151322337656015273101100
Binary11010011101001011011111110101110011011011101110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69d2df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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