Shades of Turquoise #3EE5FC
Tints of Turquoise #3EE5FC
RGB
CMYK
RGB Variations
Color information
#3EE5FC (or 0x3EE5FC) is known color: Turquoise. HEX triplet: 3E, E5 and FC. RGB value is (62,229,252). Sum of RGB (Red+Green+Blue) = 62+229+252=543 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.42% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EE5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE5FC is #C11A03. Grayscale: #B5B5B5. Windows color (decimal): -12655108 or 16573758. OLE color: 16573758.
HSL color Cylindrical-coordinate representation of color #3EE5FC: hue angle of 187.26º 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 #3EE5FC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 229 | 252 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.01 |
| HSL | 187.26º | 0.97% | 0.62% | - |
| HSV(B) | 187.26º | 0.75% | 0.99% | - |
| XYZ | 47.58 | 64.09 | 101.96 | - |
| YUV | 181.69 | 167.67 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 252 | 0.75 | 0.09 | 0 | 0.01 | 187.26 | 0.97 | 0.62 |
| Hex | 3E | E5 | FC | 4B | 9 | 0 | 1 | BB | 61 | 3E |
| Octal | 76 | 345 | 374 | 113 | 11 | 0 | 1 | 273 | 141 | 76 |
| Binary | 111110 | 11100101 | 11111100 | 1001011 | 1001 | 0 | 1 | 10111011 | 1100001 | 111110 |
Color Harmonies of #3EE5FC
Complementary color
Monochromatic Colors of #3EE5FC
Black with #3EE5FC
Text Example
Text Example
White with #3EE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE5FC; }
p { color: rgb(62,229,252); }
H1.HeaderClassName
{
color: #3EE5FC;
}
.AnyTagClassName
{
color: #3EE5FC;
}
</style>
background-color css
<style>
a { background-color: #3EE5FC; }
a { background-color: rgb(62,229,252); }
div.DivClassName
{
background-color: #3EE5FC;
}
.BgClassName
{
background-color: #3EE5FC;
}
</style>
border-color css
<style>
span { border-color: #3EE5FC; }
span { border-color: rgb(62,229,252); }
td.TdClassName
{
border-color: #3EE5FC;
}
.TagClassName
{
border-color: #3EE5FC;
}
</style>