#6EDEE7

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

Shades of Turquoise Blue #6EDEE7

Tints of Turquoise Blue #6EDEE7

Color information

#6EDEE7 (or 0x6EDEE7) is unknown color: approx Turquoise Blue. HEX triplet: 6E, DE and E7. RGB value is (110,222,231). Sum of RGB (Red+Green+Blue) = 110+222+231=563 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.54% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #6EDEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEE7 is #912118. Grayscale: #BDBDBD. Windows color (decimal): -9511193 or 15195758. OLE color: 15195758.

HSL color Cylindrical-coordinate representation of color #6EDEE7: hue angle of 184.46º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EDEE7 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB110222231-
CMYK0.520.0400.09
HSL184.46º71.6%66.86%-
HSV(B)184.46º52.38%90.59%-
XYZ46.9861.3384.96-
YUV189.54151.3971.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.54%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 231 (90.62% from 255) = 41.03%
R=19.54%
G=39.43%
B=41.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1102222310.520.0400.09184.4671.666.86
Hex6EDEE734409b84843
Octal156336347644011270110103
Binary11011101101111011100111110100100010011011100010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EDEE7; }

 p { color: rgb(110,222,231); }

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

<style>
 a { background-color: #6EDEE7; }

 a { background-color: rgb(110,222,231); }

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

<style>
 span { border-color: #6EDEE7; }

 span { border-color: rgb(110,222,231); }

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