Shades of Turquoise #2BF0D5
Tints of Turquoise #2BF0D5
RGB
CMYK
RGB Variations
Color information
#2BF0D5 (or 0x2BF0D5) is known color: Turquoise. HEX triplet: 2B, F0 and D5. RGB value is (43,240,213). Sum of RGB (Red+Green+Blue) = 43+240+213=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF0D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF0D5 is #D40F2A. Grayscale: #B1B1B1. Windows color (decimal): -13897515 or 14020651. OLE color: 14020651.
HSL color Cylindrical-coordinate representation of color #2BF0D5: hue angle of 171.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF0D5 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 240 | 213 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.06 |
| HSL | 171.78º | 0.87% | 0.55% | - |
| HSV(B) | 171.78º | 0.82% | 0.94% | - |
| XYZ | 44.17 | 67.64 | 73.68 | - |
| YUV | 178.02 | 147.73 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 240 | 213 | 0.82 | 0 | 0.11 | 0.06 | 171.78 | 0.87 | 0.55 |
| Hex | 2B | F0 | D5 | 52 | 0 | B | 6 | AC | 57 | 37 |
| Octal | 53 | 360 | 325 | 122 | 0 | 13 | 6 | 254 | 127 | 67 |
| Binary | 101011 | 11110000 | 11010101 | 1010010 | 0 | 1011 | 110 | 10101100 | 1010111 | 110111 |
Color Harmonies of #2BF0D5
Complementary color
Monochromatic Colors of #2BF0D5
Black with #2BF0D5
Text Example
Text Example
White with #2BF0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF0D5; }
p { color: rgb(43,240,213); }
H1.HeaderClassName
{
color: #2BF0D5;
}
.AnyTagClassName
{
color: #2BF0D5;
}
</style>
background-color css
<style>
a { background-color: #2BF0D5; }
a { background-color: rgb(43,240,213); }
div.DivClassName
{
background-color: #2BF0D5;
}
.BgClassName
{
background-color: #2BF0D5;
}
</style>
border-color css
<style>
span { border-color: #2BF0D5; }
span { border-color: rgb(43,240,213); }
td.TdClassName
{
border-color: #2BF0D5;
}
.TagClassName
{
border-color: #2BF0D5;
}
</style>