#3EFFE8

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

Shades of Turquoise #3EFFE8

Tints of Turquoise #3EFFE8

Color information

#3EFFE8 (or 0x3EFFE8) is unknown color: approx Turquoise. HEX triplet: 3E, FF and E8. RGB value is (62,255,232). Sum of RGB (Red+Green+Blue) = 62+255+232=549 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.29% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFE8 is #C10017. Grayscale: #C2C2C2. Windows color (decimal): -12648472 or 15269694. OLE color: 15269694.

HSL color Cylindrical-coordinate representation of color #3EFFE8: hue angle of 172.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFE8 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB62255232-
CMYK0.7600.090
HSL172.85º100%62.16%-
HSV(B)172.85º75.69%100%-
XYZ52.3178.3788.71-
YUV194.67149.0633.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.29%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=11.29%
G=46.45%
B=42.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal622552320.7600.090172.8510062.16
Hex3EFFE84C090ad643e
Octal76377350114011025514476
Binary11111011111111111010001001100010010101011011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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