Shades of Turquoise #2FFCD0
Tints of Turquoise #2FFCD0
RGB
CMYK
RGB Variations
Color information
#2FFCD0 (or 0x2FFCD0) is known color: Turquoise. HEX triplet: 2F, FC and D0. RGB value is (47,252,208). Sum of RGB (Red+Green+Blue) = 47+252+208=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCD0 is #D0032F. Grayscale: #B9B9B9. Windows color (decimal): -13632304 or 13696047. OLE color: 13696047.
HSL color Cylindrical-coordinate representation of color #2FFCD0: hue angle of 167.12º 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 #2FFCD0 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 208 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.01 |
| HSL | 167.12º | 0.97% | 0.59% | - |
| HSV(B) | 167.12º | 0.81% | 0.99% | - |
| XYZ | 47.37 | 74.78 | 71.61 | - |
| YUV | 185.69 | 140.58 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 208 | 0.81 | 0 | 0.17 | 0.01 | 167.12 | 0.97 | 0.59 |
| Hex | 2F | FC | D0 | 51 | 0 | 11 | 1 | A7 | 61 | 3B |
| Octal | 57 | 374 | 320 | 121 | 0 | 21 | 1 | 247 | 141 | 73 |
| Binary | 101111 | 11111100 | 11010000 | 1010001 | 0 | 10001 | 1 | 10100111 | 1100001 | 111011 |
Color Harmonies of #2FFCD0
Complementary color
Monochromatic Colors of #2FFCD0
Black with #2FFCD0
Text Example
Text Example
White with #2FFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCD0; }
p { color: rgb(47,252,208); }
H1.HeaderClassName
{
color: #2FFCD0;
}
.AnyTagClassName
{
color: #2FFCD0;
}
</style>
background-color css
<style>
a { background-color: #2FFCD0; }
a { background-color: rgb(47,252,208); }
div.DivClassName
{
background-color: #2FFCD0;
}
.BgClassName
{
background-color: #2FFCD0;
}
</style>
border-color css
<style>
span { border-color: #2FFCD0; }
span { border-color: rgb(47,252,208); }
td.TdClassName
{
border-color: #2FFCD0;
}
.TagClassName
{
border-color: #2FFCD0;
}
</style>