Shades of Turquoise #2BE0CF
Tints of Turquoise #2BE0CF
RGB
CMYK
RGB Variations
Color information
#2BE0CF (or 0x2BE0CF) is known color: Turquoise. HEX triplet: 2B, E0 and CF. RGB value is (43,224,207). Sum of RGB (Red+Green+Blue) = 43+224+207=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE0CF is #D41F30. Grayscale: #A7A7A7. Windows color (decimal): -13901617 or 13623339. OLE color: 13623339.
HSL color Cylindrical-coordinate representation of color #2BE0CF: hue angle of 174.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE0CF is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 207 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.12 |
| HSL | 174.36º | 0.74% | 0.52% | - |
| HSV(B) | 174.36º | 0.81% | 0.88% | - |
| XYZ | 38.91 | 58.33 | 68.24 | - |
| YUV | 167.94 | 150.03 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 207 | 0.81 | 0 | 0.08 | 0.12 | 174.36 | 0.74 | 0.52 |
| Hex | 2B | E0 | CF | 51 | 0 | 8 | C | AE | 4A | 34 |
| Octal | 53 | 340 | 317 | 121 | 0 | 10 | 14 | 256 | 112 | 64 |
| Binary | 101011 | 11100000 | 11001111 | 1010001 | 0 | 1000 | 1100 | 10101110 | 1001010 | 110100 |
Color Harmonies of #2BE0CF
Complementary color
Monochromatic Colors of #2BE0CF
Black with #2BE0CF
Text Example
Text Example
White with #2BE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE0CF; }
p { color: rgb(43,224,207); }
H1.HeaderClassName
{
color: #2BE0CF;
}
.AnyTagClassName
{
color: #2BE0CF;
}
</style>
background-color css
<style>
a { background-color: #2BE0CF; }
a { background-color: rgb(43,224,207); }
div.DivClassName
{
background-color: #2BE0CF;
}
.BgClassName
{
background-color: #2BE0CF;
}
</style>
border-color css
<style>
span { border-color: #2BE0CF; }
span { border-color: rgb(43,224,207); }
td.TdClassName
{
border-color: #2BE0CF;
}
.TagClassName
{
border-color: #2BE0CF;
}
</style>