Shades of Turquoise #2FFCDB
Tints of Turquoise #2FFCDB
RGB
CMYK
RGB Variations
Color information
#2FFCDB (or 0x2FFCDB) is known color: Turquoise. HEX triplet: 2F, FC and DB. RGB value is (47,252,219). Sum of RGB (Red+Green+Blue) = 47+252+219=518 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.07% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCDB is #D00324. Grayscale: #BABABA. Windows color (decimal): -13632293 or 14416943. OLE color: 14416943.
HSL color Cylindrical-coordinate representation of color #2FFCDB: hue angle of 170.34º 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 #2FFCDB is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 219 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.01 |
| HSL | 170.34º | 0.97% | 0.59% | - |
| HSV(B) | 170.34º | 0.81% | 0.99% | - |
| XYZ | 48.77 | 75.34 | 78.99 | - |
| YUV | 186.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 219 | 0.81 | 0 | 0.13 | 0.01 | 170.34 | 0.97 | 0.59 |
| Hex | 2F | FC | DB | 51 | 0 | D | 1 | AA | 61 | 3B |
| Octal | 57 | 374 | 333 | 121 | 0 | 15 | 1 | 252 | 141 | 73 |
| Binary | 101111 | 11111100 | 11011011 | 1010001 | 0 | 1101 | 1 | 10101010 | 1100001 | 111011 |
Color Harmonies of #2FFCDB
Complementary color
Monochromatic Colors of #2FFCDB
Black with #2FFCDB
Text Example
Text Example
White with #2FFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCDB; }
p { color: rgb(47,252,219); }
H1.HeaderClassName
{
color: #2FFCDB;
}
.AnyTagClassName
{
color: #2FFCDB;
}
</style>
background-color css
<style>
a { background-color: #2FFCDB; }
a { background-color: rgb(47,252,219); }
div.DivClassName
{
background-color: #2FFCDB;
}
.BgClassName
{
background-color: #2FFCDB;
}
</style>
border-color css
<style>
span { border-color: #2FFCDB; }
span { border-color: rgb(47,252,219); }
td.TdClassName
{
border-color: #2FFCDB;
}
.TagClassName
{
border-color: #2FFCDB;
}
</style>