#69E0D4

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

Shades of Turquoise Blue #69E0D4

Tints of Turquoise Blue #69E0D4

Color information

#69E0D4 (or 0x69E0D4) is unknown color: approx Turquoise Blue. HEX triplet: 69, E0 and D4. RGB value is (105,224,212). Sum of RGB (Red+Green+Blue) = 105+224+212=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0D4 is #961F2B. Grayscale: #BABABA. Windows color (decimal): -9838380 or 13951081. OLE color: 13951081.

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

Color convert

RGB105224212-
CMYK0.5300.050.12
HSL173.95º65.75%64.51%-
HSV(B)173.95º53.12%87.84%-
XYZ44.3761.0771.74-
YUV187.05142.0869.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052242120.5300.050.12173.9565.7564.51
Hex69E0D43505Cae4241
Octal151340324650514256102101
Binary11010011110000011010100110101010111001010111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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