#3EE8C9

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

Shades of Turquoise #3EE8C9

Tints of Turquoise #3EE8C9

Color information

#3EE8C9 (or 0x3EE8C9) is unknown color: approx Turquoise. HEX triplet: 3E, E8 and C9. RGB value is (62,232,201). Sum of RGB (Red+Green+Blue) = 62+232+201=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8C9 is #C11736. Grayscale: #B1B1B1. Windows color (decimal): -12654391 or 13232190. OLE color: 13232190.

HSL color Cylindrical-coordinate representation of color #3EE8C9: hue angle of 169.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE8C9 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB62232201-
CMYK0.7300.130.09
HSL169.06º78.7%57.65%-
HSV(B)169.06º73.28%90.98%-
XYZ41.3962.9565.23-
YUV177.64141.1845.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.53%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=12.53%
G=46.87%
B=40.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal622322010.7300.130.09169.0678.757.65
Hex3EE8C9490D9a94f3a
Octal763503111110151125111772
Binary11111011101000110010011001001011011001101010011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,232,201); }

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

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

 a { background-color: rgb(62,232,201); }

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

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

 span { border-color: rgb(62,232,201); }

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