#69D7E0

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

Shades of Turquoise Blue #69D7E0

Tints of Turquoise Blue #69D7E0

Color information

#69D7E0 (or 0x69D7E0) is unknown color: approx Turquoise Blue. HEX triplet: 69, D7 and E0. RGB value is (105,215,224). Sum of RGB (Red+Green+Blue) = 105+215+224=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #69D7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D7E0 is #96281F. Grayscale: #B6B6B6. Windows color (decimal): -9840672 or 14735209. OLE color: 14735209.

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

Color convert

RGB105215224-
CMYK0.530.0400.12
HSL184.54º65.75%64.51%-
HSV(B)184.54º53.12%87.84%-
XYZ43.5856.9979.22-
YUV183.14151.0672.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052152240.530.0400.12184.5465.7564.51
Hex69D7E03540Cb94241
Octal151327340654014271102101
Binary11010011101011111100000110101100011001011100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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