Shades of Turquoise #2FE4FA
Tints of Turquoise #2FE4FA
RGB
CMYK
RGB Variations
Color information
#2FE4FA (or 0x2FE4FA) is known color: Turquoise. HEX triplet: 2F, E4 and FA. RGB value is (47,228,250). Sum of RGB (Red+Green+Blue) = 47+228+250=525 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.95% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FE4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE4FA is #D01B05. Grayscale: #B0B0B0. Windows color (decimal): -13638406 or 16442415. OLE color: 16442415.
HSL color Cylindrical-coordinate representation of color #2FE4FA: hue angle of 186.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FE4FA is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 228 | 250 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.02 |
| HSL | 186.5º | 0.95% | 0.58% | - |
| HSV(B) | 186.5º | 0.81% | 0.98% | - |
| XYZ | 46.17 | 62.99 | 100.17 | - |
| YUV | 176.39 | 169.53 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 250 | 0.81 | 0.09 | 0 | 0.02 | 186.5 | 0.95 | 0.58 |
| Hex | 2F | E4 | FA | 51 | 9 | 0 | 2 | BB | 5F | 3A |
| Octal | 57 | 344 | 372 | 121 | 11 | 0 | 2 | 273 | 137 | 72 |
| Binary | 101111 | 11100100 | 11111010 | 1010001 | 1001 | 0 | 10 | 10111011 | 1011111 | 111010 |
Color Harmonies of #2FE4FA
Complementary color
Monochromatic Colors of #2FE4FA
Black with #2FE4FA
Text Example
Text Example
White with #2FE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE4FA; }
p { color: rgb(47,228,250); }
H1.HeaderClassName
{
color: #2FE4FA;
}
.AnyTagClassName
{
color: #2FE4FA;
}
</style>
background-color css
<style>
a { background-color: #2FE4FA; }
a { background-color: rgb(47,228,250); }
div.DivClassName
{
background-color: #2FE4FA;
}
.BgClassName
{
background-color: #2FE4FA;
}
</style>
border-color css
<style>
span { border-color: #2FE4FA; }
span { border-color: rgb(47,228,250); }
td.TdClassName
{
border-color: #2FE4FA;
}
.TagClassName
{
border-color: #2FE4FA;
}
</style>