#3ee5e8

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

Shades of Turquoise #3EE5E8

Tints of Turquoise #3EE5E8

Color information

#3EE5E8 (or 0x3EE5E8) is unknown color: approx Turquoise. HEX triplet: 3E, E5 and E8. RGB value is (62,229,232). Sum of RGB (Red+Green+Blue) = 62+229+232=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #3EE5E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE5E8 is #C11A17. Grayscale: #B3B3B3. Windows color (decimal): -12655128 or 15263038. OLE color: 15263038.

HSL color Cylindrical-coordinate representation of color #3EE5E8: hue angle of 181.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 #3EE5E8 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB62229232-
CMYK0.730.0100.09
HSL181.06º78.7%57.65%-
HSV(B)181.06º73.28%90.98%-
XYZ44.5762.8986.13-
YUV179.41157.6744.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.85%
GREEN value IS 229 (89.84% from 255) = 43.79%
BLUE value IS 232 (91.02% from 255) = 44.36%
R=11.85%
G=43.79%
B=44.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal622292320.730.0100.09181.0678.757.65
Hex3EE5E849109b54f3a
Octal76345350111101126511772
Binary11111011100101111010001001001101001101101011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ee5e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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