#6EECE3

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

Shades of Turquoise Blue #6EECE3

Tints of Turquoise Blue #6EECE3

Color information

#6EECE3 (or 0x6EECE3) is unknown color: approx Turquoise Blue. HEX triplet: 6E, EC and E3. RGB value is (110,236,227). Sum of RGB (Red+Green+Blue) = 110+236+227=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECE3 is #91131C. Grayscale: #C5C5C5. Windows color (decimal): -9507613 or 14937198. OLE color: 14937198.

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

Color convert

RGB110236227-
CMYK0.5300.040.07
HSL175.71º76.83%67.84%-
HSV(B)175.71º53.39%92.55%-
XYZ50.2968.8583.31-
YUV197.3144.7665.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.20%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 227 (89.06% from 255) = 39.62%
R=19.20%
G=41.19%
B=39.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102362270.5300.040.07175.7176.8367.84
Hex6EECE335047b04d44
Octal15635434365047260115104
Binary1101110111011001110001111010101001111011000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,236,227); }

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

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

 a { background-color: rgb(110,236,227); }

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

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

 span { border-color: rgb(110,236,227); }

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