Shades of Turquoise #2FFCD1
Tints of Turquoise #2FFCD1
RGB
CMYK
RGB Variations
Color information
#2FFCD1 (or 0x2FFCD1) is known color: Turquoise. HEX triplet: 2F, FC and D1. RGB value is (47,252,209). Sum of RGB (Red+Green+Blue) = 47+252+209=508 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.25% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCD1 is #D0032E. Grayscale: #B9B9B9. Windows color (decimal): -13632303 or 13761583. OLE color: 13761583.
HSL color Cylindrical-coordinate representation of color #2FFCD1: hue angle of 167.41º 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 #2FFCD1 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 209 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.01 |
| HSL | 167.41º | 0.97% | 0.59% | - |
| HSV(B) | 167.41º | 0.81% | 0.99% | - |
| XYZ | 47.49 | 74.83 | 72.26 | - |
| YUV | 185.8 | 141.08 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 209 | 0.81 | 0 | 0.17 | 0.01 | 167.41 | 0.97 | 0.59 |
| Hex | 2F | FC | D1 | 51 | 0 | 11 | 1 | A7 | 61 | 3B |
| Octal | 57 | 374 | 321 | 121 | 0 | 21 | 1 | 247 | 141 | 73 |
| Binary | 101111 | 11111100 | 11010001 | 1010001 | 0 | 10001 | 1 | 10100111 | 1100001 | 111011 |
Color Harmonies of #2FFCD1
Complementary color
Monochromatic Colors of #2FFCD1
Black with #2FFCD1
Text Example
Text Example
White with #2FFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCD1; }
p { color: rgb(47,252,209); }
H1.HeaderClassName
{
color: #2FFCD1;
}
.AnyTagClassName
{
color: #2FFCD1;
}
</style>
background-color css
<style>
a { background-color: #2FFCD1; }
a { background-color: rgb(47,252,209); }
div.DivClassName
{
background-color: #2FFCD1;
}
.BgClassName
{
background-color: #2FFCD1;
}
</style>
border-color css
<style>
span { border-color: #2FFCD1; }
span { border-color: rgb(47,252,209); }
td.TdClassName
{
border-color: #2FFCD1;
}
.TagClassName
{
border-color: #2FFCD1;
}
</style>