#69D4E0

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

Shades of Turquoise Blue #69D4E0

Tints of Turquoise Blue #69D4E0

Color information

#69D4E0 (or 0x69D4E0) is unknown color: approx Turquoise Blue. HEX triplet: 69, D4 and E0. RGB value is (105,212,224). Sum of RGB (Red+Green+Blue) = 105+212+224=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #69D4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D4E0 is #962B1F. Grayscale: #B5B5B5. Windows color (decimal): -9841440 or 14734441. OLE color: 14734441.

HSL color Cylindrical-coordinate representation of color #69D4E0: hue angle of 186.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69D4E0 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB105212224-
CMYK0.530.0500.12
HSL186.05º65.75%64.51%-
HSV(B)186.05º53.12%87.84%-
XYZ42.8255.4778.97-
YUV181.38152.0573.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=19.41%
G=39.19%
B=41.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052122240.530.0500.12186.0565.7564.51
Hex69D4E03550Cba4241
Octal151324340655014272102101
Binary11010011101010011100000110101101011001011101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,212,224); }

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

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

 a { background-color: rgb(105,212,224); }

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

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

 span { border-color: rgb(105,212,224); }

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