Shades of Turquoise #2BF5CB
Tints of Turquoise #2BF5CB
RGB
CMYK
RGB Variations
Color information
#2BF5CB (or 0x2BF5CB) is known color: Turquoise. HEX triplet: 2B, F5 and CB. RGB value is (43,245,203). Sum of RGB (Red+Green+Blue) = 43+245+203=491 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.76% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF5CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF5CB is #D40A34. Grayscale: #B3B3B3. Windows color (decimal): -13896245 or 13366571. OLE color: 13366571.
HSL color Cylindrical-coordinate representation of color #2BF5CB: hue angle of 167.52º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF5CB is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 203 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.04 |
| HSL | 167.52º | 0.91% | 0.56% | - |
| HSV(B) | 167.52º | 0.82% | 0.96% | - |
| XYZ | 44.43 | 70.13 | 67.69 | - |
| YUV | 179.81 | 141.08 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 203 | 0.82 | 0 | 0.17 | 0.04 | 167.52 | 0.91 | 0.56 |
| Hex | 2B | F5 | CB | 52 | 0 | 11 | 4 | A8 | 5B | 38 |
| Octal | 53 | 365 | 313 | 122 | 0 | 21 | 4 | 250 | 133 | 70 |
| Binary | 101011 | 11110101 | 11001011 | 1010010 | 0 | 10001 | 100 | 10101000 | 1011011 | 111000 |
Color Harmonies of #2BF5CB
Complementary color
Monochromatic Colors of #2BF5CB
Black with #2BF5CB
Text Example
Text Example
White with #2BF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF5CB; }
p { color: rgb(43,245,203); }
H1.HeaderClassName
{
color: #2BF5CB;
}
.AnyTagClassName
{
color: #2BF5CB;
}
</style>
background-color css
<style>
a { background-color: #2BF5CB; }
a { background-color: rgb(43,245,203); }
div.DivClassName
{
background-color: #2BF5CB;
}
.BgClassName
{
background-color: #2BF5CB;
}
</style>
border-color css
<style>
span { border-color: #2BF5CB; }
span { border-color: rgb(43,245,203); }
td.TdClassName
{
border-color: #2BF5CB;
}
.TagClassName
{
border-color: #2BF5CB;
}
</style>