#3EE0CE

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

Shades of Turquoise #3EE0CE

Tints of Turquoise #3EE0CE

Color information

#3EE0CE (or 0x3EE0CE) is unknown color: approx Turquoise. HEX triplet: 3E, E0 and CE. RGB value is (62,224,206). Sum of RGB (Red+Green+Blue) = 62+224+206=492 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.60% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0CE is #C11F31. Grayscale: #ADADAD. Windows color (decimal): -12656434 or 13557822. OLE color: 13557822.

HSL color Cylindrical-coordinate representation of color #3EE0CE: hue angle of 173.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE0CE is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB62224206-
CMYK0.7200.080.12
HSL173.33º72.32%56.08%-
HSV(B)173.33º72.32%87.84%-
XYZ39.7858.7967.64-
YUV173.51146.3348.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.60%
GREEN value IS 224 (87.89% from 255) = 45.53%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=12.60%
G=45.53%
B=41.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal622242060.7200.080.12173.3372.3256.08
Hex3EE0CE4808Cad4838
Octal763403161100101425511070
Binary11111011100000110011101001000010001100101011011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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