#6EE8DF

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

Shades of Turquoise Blue #6EE8DF

Tints of Turquoise Blue #6EE8DF

Color information

#6EE8DF (or 0x6EE8DF) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E8 and DF. RGB value is (110,232,223). Sum of RGB (Red+Green+Blue) = 110+232+223=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #6EE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE8DF is #911720. Grayscale: #C2C2C2. Windows color (decimal): -9508641 or 14674030. OLE color: 14674030.

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

Color convert

RGB110232223-
CMYK0.5300.040.09
HSL175.57º72.62%67.06%-
HSV(B)175.57º52.59%90.98%-
XYZ48.6166.3680.06-
YUV194.5144.0867.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.47%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=19.47%
G=41.06%
B=39.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1102322230.5300.040.09175.5772.6267.06
Hex6EE8DF35049b04943
Octal156350337650411260111103
Binary11011101110100011011111110101010010011011000010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,232,223); }

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

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

 a { background-color: rgb(110,232,223); }

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

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

 span { border-color: rgb(110,232,223); }

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