Shades of Turquoise #2FFCD5
Tints of Turquoise #2FFCD5
RGB
CMYK
RGB Variations
Color information
#2FFCD5 (or 0x2FFCD5) is known color: Turquoise. HEX triplet: 2F, FC and D5. RGB value is (47,252,213). Sum of RGB (Red+Green+Blue) = 47+252+213=512 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.18% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCD5 is #D0032A. Grayscale: #BABABA. Windows color (decimal): -13632299 or 14023727. OLE color: 14023727.
HSL color Cylindrical-coordinate representation of color #2FFCD5: hue angle of 168.59º 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 #2FFCD5 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 213 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.01 |
| HSL | 168.59º | 0.97% | 0.59% | - |
| HSV(B) | 168.59º | 0.81% | 0.99% | - |
| XYZ | 47.99 | 75.03 | 74.9 | - |
| YUV | 186.26 | 143.08 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 213 | 0.81 | 0 | 0.15 | 0.01 | 168.59 | 0.97 | 0.59 |
| Hex | 2F | FC | D5 | 51 | 0 | F | 1 | A9 | 61 | 3B |
| Octal | 57 | 374 | 325 | 121 | 0 | 17 | 1 | 251 | 141 | 73 |
| Binary | 101111 | 11111100 | 11010101 | 1010001 | 0 | 1111 | 1 | 10101001 | 1100001 | 111011 |
Color Harmonies of #2FFCD5
Complementary color
Monochromatic Colors of #2FFCD5
Black with #2FFCD5
Text Example
Text Example
White with #2FFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCD5; }
p { color: rgb(47,252,213); }
H1.HeaderClassName
{
color: #2FFCD5;
}
.AnyTagClassName
{
color: #2FFCD5;
}
</style>
background-color css
<style>
a { background-color: #2FFCD5; }
a { background-color: rgb(47,252,213); }
div.DivClassName
{
background-color: #2FFCD5;
}
.BgClassName
{
background-color: #2FFCD5;
}
</style>
border-color css
<style>
span { border-color: #2FFCD5; }
span { border-color: rgb(47,252,213); }
td.TdClassName
{
border-color: #2FFCD5;
}
.TagClassName
{
border-color: #2FFCD5;
}
</style>