Shades of Turquoise #2FFCCF
Tints of Turquoise #2FFCCF
RGB
CMYK
RGB Variations
Color information
#2FFCCF (or 0x2FFCCF) is known color: Turquoise. HEX triplet: 2F, FC and CF. RGB value is (47,252,207). Sum of RGB (Red+Green+Blue) = 47+252+207=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCCF is #D00330. Grayscale: #B9B9B9. Windows color (decimal): -13632305 or 13630511. OLE color: 13630511.
HSL color Cylindrical-coordinate representation of color #2FFCCF: hue angle of 166.83º 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 #2FFCCF is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 207 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.01 |
| HSL | 166.83º | 0.97% | 0.59% | - |
| HSV(B) | 166.83º | 0.81% | 0.99% | - |
| XYZ | 47.25 | 74.73 | 70.97 | - |
| YUV | 185.58 | 140.08 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 207 | 0.81 | 0 | 0.18 | 0.01 | 166.83 | 0.97 | 0.59 |
| Hex | 2F | FC | CF | 51 | 0 | 12 | 1 | A7 | 61 | 3B |
| Octal | 57 | 374 | 317 | 121 | 0 | 22 | 1 | 247 | 141 | 73 |
| Binary | 101111 | 11111100 | 11001111 | 1010001 | 0 | 10010 | 1 | 10100111 | 1100001 | 111011 |
Color Harmonies of #2FFCCF
Complementary color
Monochromatic Colors of #2FFCCF
Black with #2FFCCF
Text Example
Text Example
White with #2FFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCCF; }
p { color: rgb(47,252,207); }
H1.HeaderClassName
{
color: #2FFCCF;
}
.AnyTagClassName
{
color: #2FFCCF;
}
</style>
background-color css
<style>
a { background-color: #2FFCCF; }
a { background-color: rgb(47,252,207); }
div.DivClassName
{
background-color: #2FFCCF;
}
.BgClassName
{
background-color: #2FFCCF;
}
</style>
border-color css
<style>
span { border-color: #2FFCCF; }
span { border-color: rgb(47,252,207); }
td.TdClassName
{
border-color: #2FFCCF;
}
.TagClassName
{
border-color: #2FFCCF;
}
</style>