Shades of Turquoise #2FFBDD
Tints of Turquoise #2FFBDD
RGB
CMYK
RGB Variations
Color information
#2FFBDD (or 0x2FFBDD) is known color: Turquoise. HEX triplet: 2F, FB and DD. RGB value is (47,251,221). Sum of RGB (Red+Green+Blue) = 47+251+221=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBDD is #D00422. Grayscale: #BABABA. Windows color (decimal): -13632547 or 14547759. OLE color: 14547759.
HSL color Cylindrical-coordinate representation of color #2FFBDD: hue angle of 171.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBDD is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 221 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.02 |
| HSL | 171.18º | 0.96% | 0.58% | - |
| HSV(B) | 171.18º | 0.81% | 0.98% | - |
| XYZ | 48.72 | 74.82 | 80.28 | - |
| YUV | 186.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 221 | 0.81 | 0 | 0.12 | 0.02 | 171.18 | 0.96 | 0.58 |
| Hex | 2F | FB | DD | 51 | 0 | C | 2 | AB | 60 | 3A |
| Octal | 57 | 373 | 335 | 121 | 0 | 14 | 2 | 253 | 140 | 72 |
| Binary | 101111 | 11111011 | 11011101 | 1010001 | 0 | 1100 | 10 | 10101011 | 1100000 | 111010 |
Color Harmonies of #2FFBDD
Complementary color
Monochromatic Colors of #2FFBDD
Black with #2FFBDD
Text Example
Text Example
White with #2FFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBDD; }
p { color: rgb(47,251,221); }
H1.HeaderClassName
{
color: #2FFBDD;
}
.AnyTagClassName
{
color: #2FFBDD;
}
</style>
background-color css
<style>
a { background-color: #2FFBDD; }
a { background-color: rgb(47,251,221); }
div.DivClassName
{
background-color: #2FFBDD;
}
.BgClassName
{
background-color: #2FFBDD;
}
</style>
border-color css
<style>
span { border-color: #2FFBDD; }
span { border-color: rgb(47,251,221); }
td.TdClassName
{
border-color: #2FFBDD;
}
.TagClassName
{
border-color: #2FFBDD;
}
</style>