Shades of Turquoise #2FFDBD
Tints of Turquoise #2FFDBD
RGB
CMYK
RGB Variations
Color information
#2FFDBD (or 0x2FFDBD) is known color: Turquoise. HEX triplet: 2F, FD and BD. RGB value is (47,253,189). Sum of RGB (Red+Green+Blue) = 47+253+189=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDBD is #D00242. Grayscale: #B8B8B8. Windows color (decimal): -13632067 or 12451119. OLE color: 12451119.
HSL color Cylindrical-coordinate representation of color #2FFDBD: hue angle of 161.36º degrees, saturation: 0.98, 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 #2FFDBD is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 189 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.01 |
| HSL | 161.36º | 0.98% | 0.59% | - |
| HSV(B) | 161.36º | 0.81% | 0.99% | - |
| XYZ | 45.48 | 74.53 | 60.13 | - |
| YUV | 184.11 | 130.75 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 189 | 0.81 | 0 | 0.25 | 0.01 | 161.36 | 0.98 | 0.59 |
| Hex | 2F | FD | BD | 51 | 0 | 19 | 1 | A1 | 62 | 3B |
| Octal | 57 | 375 | 275 | 121 | 0 | 31 | 1 | 241 | 142 | 73 |
| Binary | 101111 | 11111101 | 10111101 | 1010001 | 0 | 11001 | 1 | 10100001 | 1100010 | 111011 |
Color Harmonies of #2FFDBD
Complementary color
Monochromatic Colors of #2FFDBD
Black with #2FFDBD
Text Example
Text Example
White with #2FFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDBD; }
p { color: rgb(47,253,189); }
H1.HeaderClassName
{
color: #2FFDBD;
}
.AnyTagClassName
{
color: #2FFDBD;
}
</style>
background-color css
<style>
a { background-color: #2FFDBD; }
a { background-color: rgb(47,253,189); }
div.DivClassName
{
background-color: #2FFDBD;
}
.BgClassName
{
background-color: #2FFDBD;
}
</style>
border-color css
<style>
span { border-color: #2FFDBD; }
span { border-color: rgb(47,253,189); }
td.TdClassName
{
border-color: #2FFDBD;
}
.TagClassName
{
border-color: #2FFDBD;
}
</style>