#3EE3CE

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

Shades of Turquoise #3EE3CE

Tints of Turquoise #3EE3CE

Color information

#3EE3CE (or 0x3EE3CE) is unknown color: approx Turquoise. HEX triplet: 3E, E3 and CE. RGB value is (62,227,206). Sum of RGB (Red+Green+Blue) = 62+227+206=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3CE is #C11C31. Grayscale: #AFAFAF. Windows color (decimal): -12655666 or 13558590. OLE color: 13558590.

HSL color Cylindrical-coordinate representation of color #3EE3CE: hue angle of 172.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE3CE is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB62227206-
CMYK0.7300.090.11
HSL172.36º74.66%56.67%-
HSV(B)172.36º72.69%89.02%-
XYZ40.660.4267.91-
YUV175.27145.3447.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.53%
GREEN value IS 227 (89.06% from 255) = 45.86%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=12.53%
G=45.86%
B=41.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal622272060.7300.090.11172.3674.6656.67
Hex3EE3CE4909Bac4b39
Octal763433161110111325411371
Binary11111011100011110011101001001010011011101011001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EE3CE; }

 p { color: rgb(62,227,206); }

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

<style>
 a { background-color: #3EE3CE; }

 a { background-color: rgb(62,227,206); }

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

<style>
 span { border-color: #3EE3CE; }

 span { border-color: rgb(62,227,206); }

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