Shades of Turquoise #2BEEDA
Tints of Turquoise #2BEEDA
RGB
CMYK
RGB Variations
Color information
#2BEEDA (or 0x2BEEDA) is known color: Turquoise. HEX triplet: 2B, EE and DA. RGB value is (43,238,218). Sum of RGB (Red+Green+Blue) = 43+238+218=499 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.62% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEDA is #D41125. Grayscale: #B1B1B1. Windows color (decimal): -13898022 or 14347819. OLE color: 14347819.
HSL color Cylindrical-coordinate representation of color #2BEEDA: hue angle of 173.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEEDA is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 218 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.07 |
| HSL | 173.85º | 0.85% | 0.55% | - |
| HSV(B) | 173.85º | 0.82% | 0.93% | - |
| XYZ | 44.23 | 66.72 | 76.88 | - |
| YUV | 177.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 218 | 0.82 | 0 | 0.08 | 0.07 | 173.85 | 0.85 | 0.55 |
| Hex | 2B | EE | DA | 52 | 0 | 8 | 7 | AE | 55 | 37 |
| Octal | 53 | 356 | 332 | 122 | 0 | 10 | 7 | 256 | 125 | 67 |
| Binary | 101011 | 11101110 | 11011010 | 1010010 | 0 | 1000 | 111 | 10101110 | 1010101 | 110111 |
Color Harmonies of #2BEEDA
Complementary color
Monochromatic Colors of #2BEEDA
Black with #2BEEDA
Text Example
Text Example
White with #2BEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEDA; }
p { color: rgb(43,238,218); }
H1.HeaderClassName
{
color: #2BEEDA;
}
.AnyTagClassName
{
color: #2BEEDA;
}
</style>
background-color css
<style>
a { background-color: #2BEEDA; }
a { background-color: rgb(43,238,218); }
div.DivClassName
{
background-color: #2BEEDA;
}
.BgClassName
{
background-color: #2BEEDA;
}
</style>
border-color css
<style>
span { border-color: #2BEEDA; }
span { border-color: rgb(43,238,218); }
td.TdClassName
{
border-color: #2BEEDA;
}
.TagClassName
{
border-color: #2BEEDA;
}
</style>