#69E0D7

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

Shades of Turquoise Blue #69E0D7

Tints of Turquoise Blue #69E0D7

Color information

#69E0D7 (or 0x69E0D7) is unknown color: approx Turquoise Blue. HEX triplet: 69, E0 and D7. RGB value is (105,224,215). Sum of RGB (Red+Green+Blue) = 105+224+215=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0D7 is #961F28. Grayscale: #BBBBBB. Windows color (decimal): -9838377 or 14147689. OLE color: 14147689.

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

Color convert

RGB105224215-
CMYK0.5300.040.12
HSL175.46º65.75%64.51%-
HSV(B)175.46º53.12%87.84%-
XYZ44.7561.2273.75-
YUV187.39143.5869.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.30%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=19.30%
G=41.18%
B=39.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052242150.5300.040.12175.4665.7564.51
Hex69E0D73504Caf4241
Octal151340327650414257102101
Binary11010011110000011010111110101010011001010111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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