#3EFBF2

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

Shades of Turquoise #3EFBF2

Tints of Turquoise #3EFBF2

Color information

#3EFBF2 (or 0x3EFBF2) is unknown color: approx Turquoise. HEX triplet: 3E, FB and F2. RGB value is (62,251,242). Sum of RGB (Red+Green+Blue) = 62+251+242=555 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.17% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFBF2 is #C1040D. Grayscale: #C1C1C1. Windows color (decimal): -12649486 or 15924030. OLE color: 15924030.

HSL color Cylindrical-coordinate representation of color #3EFBF2: hue angle of 177.14º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFBF2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB62251242-
CMYK0.7500.040.02
HSL177.14º95.94%61.37%-
HSV(B)177.14º75.3%98.43%-
XYZ52.5176.4395.99-
YUV193.46155.3834.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.17%
GREEN value IS 251 (98.44% from 255) = 45.23%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=11.17%
G=45.23%
B=43.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622512420.7500.040.02177.1495.9461.37
Hex3EFBF24B042b1603d
Octal7637336211304226114075
Binary11111011111011111100101001011010010101100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,251,242); }

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

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

 a { background-color: rgb(62,251,242); }

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

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

 span { border-color: rgb(62,251,242); }

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