#3EE4E9

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

Shades of Turquoise #3EE4E9

Tints of Turquoise #3EE4E9

Color information

#3EE4E9 (or 0x3EE4E9) is unknown color: approx Turquoise. HEX triplet: 3E, E4 and E9. RGB value is (62,228,233). Sum of RGB (Red+Green+Blue) = 62+228+233=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #3EE4E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE4E9 is #C11B16. Grayscale: #B2B2B2. Windows color (decimal): -12655383 or 15328318. OLE color: 15328318.

HSL color Cylindrical-coordinate representation of color #3EE4E9: hue angle of 181.75º degrees, saturation: 0.8, 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 #3EE4E9 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB62228233-
CMYK0.730.0200.09
HSL181.75º79.53%57.84%-
HSV(B)181.75º73.39%91.37%-
XYZ44.4462.3986.79-
YUV178.94158.544.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.85%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 233 (91.41% from 255) = 44.55%
R=11.85%
G=43.59%
B=44.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal622282330.730.0200.09181.7579.5357.84
Hex3EE4E949209b6503a
Octal76344351111201126612072
Binary111110111001001110100110010011001001101101101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,228,233); }

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

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

 a { background-color: rgb(62,228,233); }

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

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

 span { border-color: rgb(62,228,233); }

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