Shades of Turquoise #2FFCBD
Tints of Turquoise #2FFCBD
RGB
CMYK
RGB Variations
Color information
#2FFCBD (or 0x2FFCBD) is known color: Turquoise. HEX triplet: 2F, FC and BD. RGB value is (47,252,189). Sum of RGB (Red+Green+Blue) = 47+252+189=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCBD is #D00342. Grayscale: #B7B7B7. Windows color (decimal): -13632323 or 12450863. OLE color: 12450863.
HSL color Cylindrical-coordinate representation of color #2FFCBD: hue angle of 161.56º 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 #2FFCBD is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 189 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.01 |
| HSL | 161.56º | 0.97% | 0.59% | - |
| HSV(B) | 161.56º | 0.81% | 0.99% | - |
| XYZ | 45.17 | 73.9 | 60.03 | - |
| YUV | 183.52 | 131.08 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 189 | 0.81 | 0 | 0.25 | 0.01 | 161.56 | 0.97 | 0.59 |
| Hex | 2F | FC | BD | 51 | 0 | 19 | 1 | A2 | 61 | 3B |
| Octal | 57 | 374 | 275 | 121 | 0 | 31 | 1 | 242 | 141 | 73 |
| Binary | 101111 | 11111100 | 10111101 | 1010001 | 0 | 11001 | 1 | 10100010 | 1100001 | 111011 |
Color Harmonies of #2FFCBD
Complementary color
Monochromatic Colors of #2FFCBD
Black with #2FFCBD
Text Example
Text Example
White with #2FFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCBD; }
p { color: rgb(47,252,189); }
H1.HeaderClassName
{
color: #2FFCBD;
}
.AnyTagClassName
{
color: #2FFCBD;
}
</style>
background-color css
<style>
a { background-color: #2FFCBD; }
a { background-color: rgb(47,252,189); }
div.DivClassName
{
background-color: #2FFCBD;
}
.BgClassName
{
background-color: #2FFCBD;
}
</style>
border-color css
<style>
span { border-color: #2FFCBD; }
span { border-color: rgb(47,252,189); }
td.TdClassName
{
border-color: #2FFCBD;
}
.TagClassName
{
border-color: #2FFCBD;
}
</style>