Shades of Turquoise #2FFBCF
Tints of Turquoise #2FFBCF
RGB
CMYK
RGB Variations
Color information
#2FFBCF (or 0x2FFBCF) is known color: Turquoise. HEX triplet: 2F, FB and CF. RGB value is (47,251,207). Sum of RGB (Red+Green+Blue) = 47+251+207=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBCF is #D00430. Grayscale: #B8B8B8. Windows color (decimal): -13632561 or 13630255. OLE color: 13630255.
HSL color Cylindrical-coordinate representation of color #2FFBCF: hue angle of 167.06º degrees, saturation: 0.96, 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 #2FFBCF is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 207 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.02 |
| HSL | 167.06º | 0.96% | 0.58% | - |
| HSV(B) | 167.06º | 0.81% | 0.98% | - |
| XYZ | 46.93 | 74.1 | 70.86 | - |
| YUV | 184.99 | 140.41 | 29.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 207 | 0.81 | 0 | 0.18 | 0.02 | 167.06 | 0.96 | 0.58 |
| Hex | 2F | FB | CF | 51 | 0 | 12 | 2 | A7 | 60 | 3A |
| Octal | 57 | 373 | 317 | 121 | 0 | 22 | 2 | 247 | 140 | 72 |
| Binary | 101111 | 11111011 | 11001111 | 1010001 | 0 | 10010 | 10 | 10100111 | 1100000 | 111010 |
Color Harmonies of #2FFBCF
Complementary color
Monochromatic Colors of #2FFBCF
Black with #2FFBCF
Text Example
Text Example
White with #2FFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBCF; }
p { color: rgb(47,251,207); }
H1.HeaderClassName
{
color: #2FFBCF;
}
.AnyTagClassName
{
color: #2FFBCF;
}
</style>
background-color css
<style>
a { background-color: #2FFBCF; }
a { background-color: rgb(47,251,207); }
div.DivClassName
{
background-color: #2FFBCF;
}
.BgClassName
{
background-color: #2FFBCF;
}
</style>
border-color css
<style>
span { border-color: #2FFBCF; }
span { border-color: rgb(47,251,207); }
td.TdClassName
{
border-color: #2FFBCF;
}
.TagClassName
{
border-color: #2FFBCF;
}
</style>