Shades of Turquoise #2BEFD2
Tints of Turquoise #2BEFD2
RGB
CMYK
RGB Variations
Color information
#2BEFD2 (or 0x2BEFD2) is known color: Turquoise. HEX triplet: 2B, EF and D2. RGB value is (43,239,210). Sum of RGB (Red+Green+Blue) = 43+239+210=492 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.74% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFD2 is #D4102D. Grayscale: #B1B1B1. Windows color (decimal): -13897774 or 13823787. OLE color: 13823787.
HSL color Cylindrical-coordinate representation of color #2BEFD2: hue angle of 171.12º 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 #2BEFD2 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 210 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.06 |
| HSL | 171.12º | 0.86% | 0.55% | - |
| HSV(B) | 171.12º | 0.82% | 0.94% | - |
| XYZ | 43.5 | 66.9 | 71.59 | - |
| YUV | 177.09 | 146.57 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 210 | 0.82 | 0 | 0.12 | 0.06 | 171.12 | 0.86 | 0.55 |
| Hex | 2B | EF | D2 | 52 | 0 | C | 6 | AB | 56 | 37 |
| Octal | 53 | 357 | 322 | 122 | 0 | 14 | 6 | 253 | 126 | 67 |
| Binary | 101011 | 11101111 | 11010010 | 1010010 | 0 | 1100 | 110 | 10101011 | 1010110 | 110111 |
Color Harmonies of #2BEFD2
Complementary color
Monochromatic Colors of #2BEFD2
Black with #2BEFD2
Text Example
Text Example
White with #2BEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFD2; }
p { color: rgb(43,239,210); }
H1.HeaderClassName
{
color: #2BEFD2;
}
.AnyTagClassName
{
color: #2BEFD2;
}
</style>
background-color css
<style>
a { background-color: #2BEFD2; }
a { background-color: rgb(43,239,210); }
div.DivClassName
{
background-color: #2BEFD2;
}
.BgClassName
{
background-color: #2BEFD2;
}
</style>
border-color css
<style>
span { border-color: #2BEFD2; }
span { border-color: rgb(43,239,210); }
td.TdClassName
{
border-color: #2BEFD2;
}
.TagClassName
{
border-color: #2BEFD2;
}
</style>