#3EF8B6

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

Shades of Turquoise #3EF8B6

Tints of Turquoise #3EF8B6

Color information

#3EF8B6 (or 0x3EF8B6) is unknown color: approx Turquoise. HEX triplet: 3E, F8 and B6. RGB value is (62,248,182). Sum of RGB (Red+Green+Blue) = 62+248+182=492 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.60% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #3EF8B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF8B6 is #C10749. Grayscale: #B8B8B8. Windows color (decimal): -12650314 or 11991102. OLE color: 11991102.

HSL color Cylindrical-coordinate representation of color #3EF8B6: hue angle of 158.71º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF8B6 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB62248182-
CMYK0.7500.270.03
HSL158.71º93%60.78%-
HSV(B)158.71º75%97.25%-
XYZ4471.5455.74-
YUV184.86126.3840.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.60%
GREEN value IS 248 (97.27% from 255) = 50.41%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=12.60%
G=50.41%
B=36.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal622481820.7500.270.03158.719360.78
Hex3EF8B64B01B39f5d3d
Octal76370266113033323713575
Binary1111101111100010110110100101101101111100111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,248,182); }

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

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

 a { background-color: rgb(62,248,182); }

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

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

 span { border-color: rgb(62,248,182); }

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