Shades of Turquoise #3EFAF0
Tints of Turquoise #3EFAF0
RGB
CMYK
RGB Variations
Color information
#3EFAF0 (or 0x3EFAF0) is known color: Turquoise. HEX triplet: 3E, FA and F0. RGB value is (62,250,240). Sum of RGB (Red+Green+Blue) = 62+250+240=552 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.23% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFAF0 is #C1050F. Grayscale: #C0C0C0. Windows color (decimal): -12649744 or 15792702. OLE color: 15792702.
HSL color Cylindrical-coordinate representation of color #3EFAF0: hue angle of 176.81º degrees, saturation: 0.95, 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 #3EFAF0 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 240 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.02 |
| HSL | 176.81º | 0.95% | 0.61% | - |
| HSV(B) | 176.81º | 0.75% | 0.98% | - |
| XYZ | 51.9 | 75.69 | 94.31 | - |
| YUV | 192.65 | 154.72 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 240 | 0.75 | 0 | 0.04 | 0.02 | 176.81 | 0.95 | 0.61 |
| Hex | 3E | FA | F0 | 4B | 0 | 4 | 2 | B1 | 5F | 3D |
| Octal | 76 | 372 | 360 | 113 | 0 | 4 | 2 | 261 | 137 | 75 |
| Binary | 111110 | 11111010 | 11110000 | 1001011 | 0 | 100 | 10 | 10110001 | 1011111 | 111101 |
Color Harmonies of #3EFAF0
Complementary color
Monochromatic Colors of #3EFAF0
Black with #3EFAF0
Text Example
Text Example
White with #3EFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFAF0; }
p { color: rgb(62,250,240); }
H1.HeaderClassName
{
color: #3EFAF0;
}
.AnyTagClassName
{
color: #3EFAF0;
}
</style>
background-color css
<style>
a { background-color: #3EFAF0; }
a { background-color: rgb(62,250,240); }
div.DivClassName
{
background-color: #3EFAF0;
}
.BgClassName
{
background-color: #3EFAF0;
}
</style>
border-color css
<style>
span { border-color: #3EFAF0; }
span { border-color: rgb(62,250,240); }
td.TdClassName
{
border-color: #3EFAF0;
}
.TagClassName
{
border-color: #3EFAF0;
}
</style>