#69d5df

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

Shades of Turquoise Blue #69D5DF

Tints of Turquoise Blue #69D5DF

Color information

#69D5DF (or 0x69D5DF) is unknown color: approx Turquoise Blue. HEX triplet: 69, D5 and DF. RGB value is (105,213,223). Sum of RGB (Red+Green+Blue) = 105+213+223=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #69D5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D5DF is #962A20. Grayscale: #B5B5B5. Windows color (decimal): -9841185 or 14669161. OLE color: 14669161.

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

Color convert

RGB105213223-
CMYK0.530.0400.13
HSL185.08º64.84%64.31%-
HSV(B)185.08º52.91%87.45%-
XYZ42.9455.9278.34-
YUV181.85151.2273.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=19.41%
G=39.37%
B=41.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052132230.530.0400.13185.0864.8464.31
Hex69D5DF3540Db94140
Octal151325337654015271101100
Binary11010011101010111011111110101100011011011100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69d5df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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