#3EFEED

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

Shades of Turquoise #3EFEED

Tints of Turquoise #3EFEED

Color information

#3EFEED (or 0x3EFEED) is unknown color: approx Turquoise. HEX triplet: 3E, FE and ED. RGB value is (62,254,237). Sum of RGB (Red+Green+Blue) = 62+254+237=553 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.21% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFEED is #C10112. Grayscale: #C2C2C2. Windows color (decimal): -12648723 or 15597118. OLE color: 15597118.

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

Color convert

RGB62254237-
CMYK0.7600.070.00
HSL174.69º98.97%61.96%-
HSV(B)174.69º75.59%99.61%-
XYZ52.7178.0292.4-
YUV194.65151.8933.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.21%
GREEN value IS 254 (99.61% from 255) = 45.93%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=11.21%
G=45.93%
B=42.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal622542370.7600.070.00174.6998.9761.96
Hex3EFEED4C070af633e
Octal7637635511407025714376
Binary1111101111111011101101100110001110101011111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,254,237); }

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

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

 a { background-color: rgb(62,254,237); }

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

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

 span { border-color: rgb(62,254,237); }

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