#69D1E9

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

Shades of Turquoise Blue #69D1E9

Tints of Turquoise Blue #69D1E9

Color information

#69D1E9 (or 0x69D1E9) is unknown color: approx Turquoise Blue. HEX triplet: 69, D1 and E9. RGB value is (105,209,233). Sum of RGB (Red+Green+Blue) = 105+209+233=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #69D1E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D1E9 is #962E16. Grayscale: #B4B4B4. Windows color (decimal): -9842199 or 15323497. OLE color: 15323497.

HSL color Cylindrical-coordinate representation of color #69D1E9: hue angle of 191.25º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69D1E9 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105209233-
CMYK0.550.1000.09
HSL191.25º74.42%66.27%-
HSV(B)191.25º54.94%91.37%-
XYZ43.3354.4985.32-
YUV180.64157.5474.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.20%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=19.20%
G=38.21%
B=42.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052092330.550.1000.09191.2574.4266.27
Hex69D1E937A09bf4a42
Octal1513213516712011277112102
Binary110100111010001111010011101111010010011011111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,209,233); }

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

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

 a { background-color: rgb(105,209,233); }

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

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

 span { border-color: rgb(105,209,233); }

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