Shades of Turquoise #2BEFE0
Tints of Turquoise #2BEFE0
RGB
CMYK
RGB Variations
Color information
#2BEFE0 (or 0x2BEFE0) is known color: Turquoise. HEX triplet: 2B, EF and E0. RGB value is (43,239,224). Sum of RGB (Red+Green+Blue) = 43+239+224=506 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.50% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFE0 is #D4101F. Grayscale: #B2B2B2. Windows color (decimal): -13897760 or 14741291. OLE color: 14741291.
HSL color Cylindrical-coordinate representation of color #2BEFE0: hue angle of 175.41º degrees, saturation: 0.86, 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 #2BEFE0 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 224 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.06 |
| HSL | 175.41º | 0.86% | 0.55% | - |
| HSV(B) | 175.41º | 0.82% | 0.94% | - |
| XYZ | 45.32 | 67.63 | 81.19 | - |
| YUV | 178.69 | 153.57 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 224 | 0.82 | 0 | 0.06 | 0.06 | 175.41 | 0.86 | 0.55 |
| Hex | 2B | EF | E0 | 52 | 0 | 6 | 6 | AF | 56 | 37 |
| Octal | 53 | 357 | 340 | 122 | 0 | 6 | 6 | 257 | 126 | 67 |
| Binary | 101011 | 11101111 | 11100000 | 1010010 | 0 | 110 | 110 | 10101111 | 1010110 | 110111 |
Color Harmonies of #2BEFE0
Complementary color
Monochromatic Colors of #2BEFE0
Black with #2BEFE0
Text Example
Text Example
White with #2BEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFE0; }
p { color: rgb(43,239,224); }
H1.HeaderClassName
{
color: #2BEFE0;
}
.AnyTagClassName
{
color: #2BEFE0;
}
</style>
background-color css
<style>
a { background-color: #2BEFE0; }
a { background-color: rgb(43,239,224); }
div.DivClassName
{
background-color: #2BEFE0;
}
.BgClassName
{
background-color: #2BEFE0;
}
</style>
border-color css
<style>
span { border-color: #2BEFE0; }
span { border-color: rgb(43,239,224); }
td.TdClassName
{
border-color: #2BEFE0;
}
.TagClassName
{
border-color: #2BEFE0;
}
</style>