Shades of Turquoise #2FE7FA
Tints of Turquoise #2FE7FA
RGB
CMYK
RGB Variations
Color information
#2FE7FA (or 0x2FE7FA) is known color: Turquoise. HEX triplet: 2F, E7 and FA. RGB value is (47,231,250). Sum of RGB (Red+Green+Blue) = 47+231+250=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FE7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FE7FA is #D01805. Grayscale: #B1B1B1. Windows color (decimal): -13637638 or 16443183. OLE color: 16443183.
HSL color Cylindrical-coordinate representation of color #2FE7FA: hue angle of 185.62º 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 #2FE7FA is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 47 | 231 | 250 | - |
CMYK | 0.81 | 0.08 | 0 | 0.02 |
HSL | 185.62º | 0.95% | 0.58% | - |
HSV(B) | 185.62º | 0.81% | 0.98% | - |
XYZ | 47 | 64.66 | 100.45 | - |
YUV | 178.15 | 168.54 | 34.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 231 | 250 | 0.81 | 0.08 | 0 | 0.02 | 185.62 | 0.95 | 0.58 |
Hex | 2F | E7 | FA | 51 | 8 | 0 | 2 | BA | 5F | 3A |
Octal | 57 | 347 | 372 | 121 | 10 | 0 | 2 | 272 | 137 | 72 |
Binary | 101111 | 11100111 | 11111010 | 1010001 | 1000 | 0 | 10 | 10111010 | 1011111 | 111010 |
Color Harmonies of #2FE7FA
Complementary color
Monochromatic Colors of #2FE7FA
Black with #2FE7FA
Text Example
Text Example
White with #2FE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE7FA; }
p { color: rgb(47,231,250); }
H1.HeaderClassName
{
color: #2FE7FA;
}
.AnyTagClassName
{
color: #2FE7FA;
}
</style>
background-color css
<style>
a { background-color: #2FE7FA; }
a { background-color: rgb(47,231,250); }
div.DivClassName
{
background-color: #2FE7FA;
}
.BgClassName
{
background-color: #2FE7FA;
}
</style>
border-color css
<style>
span { border-color: #2FE7FA; }
span { border-color: rgb(47,231,250); }
td.TdClassName
{
border-color: #2FE7FA;
}
.TagClassName
{
border-color: #2FE7FA;
}
</style>