#6EEDDF

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

Shades of Turquoise Blue #6EEDDF

Tints of Turquoise Blue #6EEDDF

Color information

#6EEDDF (or 0x6EEDDF) is unknown color: approx Turquoise Blue. HEX triplet: 6E, ED and DF. RGB value is (110,237,223). Sum of RGB (Red+Green+Blue) = 110+237+223=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDDF is #911220. Grayscale: #C5C5C5. Windows color (decimal): -9507361 or 14675310. OLE color: 14675310.

HSL color Cylindrical-coordinate representation of color #6EEDDF: hue angle of 173.39º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDDF is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB110237223-
CMYK0.5400.060.07
HSL173.39º77.91%68.04%-
HSV(B)173.39º53.59%92.94%-
XYZ50.0369.2180.53-
YUV197.43142.4265.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.30%
GREEN value IS 237 (92.97% from 255) = 41.58%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=19.30%
G=41.58%
B=39.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102372230.5400.060.07173.3977.9168.04
Hex6EEDDF36067ad4e44
Octal15635533766067255116104
Binary1101110111011011101111111011001101111010110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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