Shades of Turquoise #2FFCDC
Tints of Turquoise #2FFCDC
RGB
CMYK
RGB Variations
Color information
#2FFCDC (or 0x2FFCDC) is known color: Turquoise. HEX triplet: 2F, FC and DC. RGB value is (47,252,220). Sum of RGB (Red+Green+Blue) = 47+252+220=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCDC is #D00323. Grayscale: #BABABA. Windows color (decimal): -13632292 or 14482479. OLE color: 14482479.
HSL color Cylindrical-coordinate representation of color #2FFCDC: hue angle of 170.63º 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 #2FFCDC is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 220 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.01 |
| HSL | 170.63º | 0.97% | 0.59% | - |
| HSV(B) | 170.63º | 0.81% | 0.99% | - |
| XYZ | 48.9 | 75.39 | 79.69 | - |
| YUV | 187.06 | 146.58 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 220 | 0.81 | 0 | 0.13 | 0.01 | 170.63 | 0.97 | 0.59 |
| Hex | 2F | FC | DC | 51 | 0 | D | 1 | AB | 61 | 3B |
| Octal | 57 | 374 | 334 | 121 | 0 | 15 | 1 | 253 | 141 | 73 |
| Binary | 101111 | 11111100 | 11011100 | 1010001 | 0 | 1101 | 1 | 10101011 | 1100001 | 111011 |
Color Harmonies of #2FFCDC
Complementary color
Monochromatic Colors of #2FFCDC
Black with #2FFCDC
Text Example
Text Example
White with #2FFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCDC; }
p { color: rgb(47,252,220); }
H1.HeaderClassName
{
color: #2FFCDC;
}
.AnyTagClassName
{
color: #2FFCDC;
}
</style>
background-color css
<style>
a { background-color: #2FFCDC; }
a { background-color: rgb(47,252,220); }
div.DivClassName
{
background-color: #2FFCDC;
}
.BgClassName
{
background-color: #2FFCDC;
}
</style>
border-color css
<style>
span { border-color: #2FFCDC; }
span { border-color: rgb(47,252,220); }
td.TdClassName
{
border-color: #2FFCDC;
}
.TagClassName
{
border-color: #2FFCDC;
}
</style>