Shades of Turquoise #2FFCDF
Tints of Turquoise #2FFCDF
RGB
CMYK
RGB Variations
Color information
#2FFCDF (or 0x2FFCDF) is known color: Turquoise. HEX triplet: 2F, FC and DF. RGB value is (47,252,223). Sum of RGB (Red+Green+Blue) = 47+252+223=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCDF is #D00320. Grayscale: #BBBBBB. Windows color (decimal): -13632289 or 14679087. OLE color: 14679087.
HSL color Cylindrical-coordinate representation of color #2FFCDF: hue angle of 171.51º 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 #2FFCDF is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 223 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.01 |
| HSL | 171.51º | 0.97% | 0.59% | - |
| HSV(B) | 171.51º | 0.81% | 0.99% | - |
| XYZ | 49.3 | 75.55 | 81.8 | - |
| YUV | 187.4 | 148.08 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 223 | 0.81 | 0 | 0.12 | 0.01 | 171.51 | 0.97 | 0.59 |
| Hex | 2F | FC | DF | 51 | 0 | C | 1 | AC | 61 | 3B |
| Octal | 57 | 374 | 337 | 121 | 0 | 14 | 1 | 254 | 141 | 73 |
| Binary | 101111 | 11111100 | 11011111 | 1010001 | 0 | 1100 | 1 | 10101100 | 1100001 | 111011 |
Color Harmonies of #2FFCDF
Complementary color
Monochromatic Colors of #2FFCDF
Black with #2FFCDF
Text Example
Text Example
White with #2FFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCDF; }
p { color: rgb(47,252,223); }
H1.HeaderClassName
{
color: #2FFCDF;
}
.AnyTagClassName
{
color: #2FFCDF;
}
</style>
background-color css
<style>
a { background-color: #2FFCDF; }
a { background-color: rgb(47,252,223); }
div.DivClassName
{
background-color: #2FFCDF;
}
.BgClassName
{
background-color: #2FFCDF;
}
</style>
border-color css
<style>
span { border-color: #2FFCDF; }
span { border-color: rgb(47,252,223); }
td.TdClassName
{
border-color: #2FFCDF;
}
.TagClassName
{
border-color: #2FFCDF;
}
</style>