Shades of Turquoise #2BFFCD
Tints of Turquoise #2BFFCD
RGB
CMYK
RGB Variations
Color information
#2BFFCD (or 0x2BFFCD) is known color: Turquoise. HEX triplet: 2B, FF and CD. RGB value is (43,255,205). Sum of RGB (Red+Green+Blue) = 43+255+205=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFCD is #D40032. Grayscale: #B9B9B9. Windows color (decimal): -13893683 or 13500203. OLE color: 13500203.
HSL color Cylindrical-coordinate representation of color #2BFFCD: hue angle of 165.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFCD is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 205 | - |
| CMYK | 0.83 | 0 | 0.20 | 0 |
| HSL | 165.85º | 1% | 0.58% | - |
| HSV(B) | 165.85º | 0.83% | 1% | - |
| XYZ | 47.78 | 76.44 | 69.99 | - |
| YUV | 185.91 | 138.76 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 205 | 0.83 | 0 | 0.20 | 0 | 165.85 | 1 | 0.58 |
| Hex | 2B | FF | CD | 53 | 0 | 14 | 0 | A6 | 64 | 3A |
| Octal | 53 | 377 | 315 | 123 | 0 | 24 | 0 | 246 | 144 | 72 |
| Binary | 101011 | 11111111 | 11001101 | 1010011 | 0 | 10100 | 0 | 10100110 | 1100100 | 111010 |
Color Harmonies of #2BFFCD
Complementary color
Monochromatic Colors of #2BFFCD
Black with #2BFFCD
Text Example
Text Example
White with #2BFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFCD; }
p { color: rgb(43,255,205); }
H1.HeaderClassName
{
color: #2BFFCD;
}
.AnyTagClassName
{
color: #2BFFCD;
}
</style>
background-color css
<style>
a { background-color: #2BFFCD; }
a { background-color: rgb(43,255,205); }
div.DivClassName
{
background-color: #2BFFCD;
}
.BgClassName
{
background-color: #2BFFCD;
}
</style>
border-color css
<style>
span { border-color: #2BFFCD; }
span { border-color: rgb(43,255,205); }
td.TdClassName
{
border-color: #2BFFCD;
}
.TagClassName
{
border-color: #2BFFCD;
}
</style>