Shades of Turquoise #3EEBFC
Tints of Turquoise #3EEBFC
RGB
CMYK
RGB Variations
Color information
#3EEBFC (or 0x3EEBFC) is known color: Turquoise. HEX triplet: 3E, EB and FC. RGB value is (62,235,252). Sum of RGB (Red+Green+Blue) = 62+235+252=549 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.29% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEBFC is #C11403. Grayscale: #B8B8B8. Windows color (decimal): -12653572 or 16575294. OLE color: 16575294.
HSL color Cylindrical-coordinate representation of color #3EEBFC: hue angle of 185.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EEBFC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 235 | 252 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.01 |
| HSL | 185.37º | 0.97% | 0.62% | - |
| HSV(B) | 185.37º | 0.75% | 0.99% | - |
| XYZ | 49.27 | 67.47 | 102.52 | - |
| YUV | 185.21 | 165.69 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 252 | 0.75 | 0.07 | 0 | 0.01 | 185.37 | 0.97 | 0.62 |
| Hex | 3E | EB | FC | 4B | 7 | 0 | 1 | B9 | 61 | 3E |
| Octal | 76 | 353 | 374 | 113 | 7 | 0 | 1 | 271 | 141 | 76 |
| Binary | 111110 | 11101011 | 11111100 | 1001011 | 111 | 0 | 1 | 10111001 | 1100001 | 111110 |
Color Harmonies of #3EEBFC
Complementary color
Monochromatic Colors of #3EEBFC
Black with #3EEBFC
Text Example
Text Example
White with #3EEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBFC; }
p { color: rgb(62,235,252); }
H1.HeaderClassName
{
color: #3EEBFC;
}
.AnyTagClassName
{
color: #3EEBFC;
}
</style>
background-color css
<style>
a { background-color: #3EEBFC; }
a { background-color: rgb(62,235,252); }
div.DivClassName
{
background-color: #3EEBFC;
}
.BgClassName
{
background-color: #3EEBFC;
}
</style>
border-color css
<style>
span { border-color: #3EEBFC; }
span { border-color: rgb(62,235,252); }
td.TdClassName
{
border-color: #3EEBFC;
}
.TagClassName
{
border-color: #3EEBFC;
}
</style>