Shades of Turquoise #2FFCC8
Tints of Turquoise #2FFCC8
RGB
CMYK
RGB Variations
Color information
#2FFCC8 (or 0x2FFCC8) is known color: Turquoise. HEX triplet: 2F, FC and C8. RGB value is (47,252,200). Sum of RGB (Red+Green+Blue) = 47+252+200=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCC8 is #D00337. Grayscale: #B8B8B8. Windows color (decimal): -13632312 or 13171759. OLE color: 13171759.
HSL color Cylindrical-coordinate representation of color #2FFCC8: hue angle of 164.78º 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 #2FFCC8 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 200 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.01 |
| HSL | 164.78º | 0.97% | 0.59% | - |
| HSV(B) | 164.78º | 0.81% | 0.99% | - |
| XYZ | 46.41 | 74.4 | 66.56 | - |
| YUV | 184.78 | 136.58 | 29.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 200 | 0.81 | 0 | 0.21 | 0.01 | 164.78 | 0.97 | 0.59 |
| Hex | 2F | FC | C8 | 51 | 0 | 15 | 1 | A5 | 61 | 3B |
| Octal | 57 | 374 | 310 | 121 | 0 | 25 | 1 | 245 | 141 | 73 |
| Binary | 101111 | 11111100 | 11001000 | 1010001 | 0 | 10101 | 1 | 10100101 | 1100001 | 111011 |
Color Harmonies of #2FFCC8
Complementary color
Monochromatic Colors of #2FFCC8
Black with #2FFCC8
Text Example
Text Example
White with #2FFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCC8; }
p { color: rgb(47,252,200); }
H1.HeaderClassName
{
color: #2FFCC8;
}
.AnyTagClassName
{
color: #2FFCC8;
}
</style>
background-color css
<style>
a { background-color: #2FFCC8; }
a { background-color: rgb(47,252,200); }
div.DivClassName
{
background-color: #2FFCC8;
}
.BgClassName
{
background-color: #2FFCC8;
}
</style>
border-color css
<style>
span { border-color: #2FFCC8; }
span { border-color: rgb(47,252,200); }
td.TdClassName
{
border-color: #2FFCC8;
}
.TagClassName
{
border-color: #2FFCC8;
}
</style>