Shades of Turquoise #2FE5FC
Tints of Turquoise #2FE5FC
RGB
CMYK
RGB Variations
Color information
#2FE5FC (or 0x2FE5FC) is known color: Turquoise. HEX triplet: 2F, E5 and FC. RGB value is (47,229,252). Sum of RGB (Red+Green+Blue) = 47+229+252=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FE5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE5FC is #D01A03. Grayscale: #B0B0B0. Windows color (decimal): -13638148 or 16573743. OLE color: 16573743.
HSL color Cylindrical-coordinate representation of color #2FE5FC: hue angle of 186.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FE5FC is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 229 | 252 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.01 |
| HSL | 186.73º | 0.97% | 0.59% | - |
| HSV(B) | 186.73º | 0.81% | 0.99% | - |
| XYZ | 46.76 | 63.67 | 101.92 | - |
| YUV | 177.2 | 170.2 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 252 | 0.81 | 0.09 | 0 | 0.01 | 186.73 | 0.97 | 0.59 |
| Hex | 2F | E5 | FC | 51 | 9 | 0 | 1 | BB | 61 | 3B |
| Octal | 57 | 345 | 374 | 121 | 11 | 0 | 1 | 273 | 141 | 73 |
| Binary | 101111 | 11100101 | 11111100 | 1010001 | 1001 | 0 | 1 | 10111011 | 1100001 | 111011 |
Color Harmonies of #2FE5FC
Complementary color
Monochromatic Colors of #2FE5FC
Black with #2FE5FC
Text Example
Text Example
White with #2FE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE5FC; }
p { color: rgb(47,229,252); }
H1.HeaderClassName
{
color: #2FE5FC;
}
.AnyTagClassName
{
color: #2FE5FC;
}
</style>
background-color css
<style>
a { background-color: #2FE5FC; }
a { background-color: rgb(47,229,252); }
div.DivClassName
{
background-color: #2FE5FC;
}
.BgClassName
{
background-color: #2FE5FC;
}
</style>
border-color css
<style>
span { border-color: #2FE5FC; }
span { border-color: rgb(47,229,252); }
td.TdClassName
{
border-color: #2FE5FC;
}
.TagClassName
{
border-color: #2FE5FC;
}
</style>