Shades of Turquoise #2BEEDD
Tints of Turquoise #2BEEDD
RGB
CMYK
RGB Variations
Color information
#2BEEDD (or 0x2BEEDD) is known color: Turquoise. HEX triplet: 2B, EE and DD. RGB value is (43,238,221). Sum of RGB (Red+Green+Blue) = 43+238+221=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEDD is #D41122. Grayscale: #B1B1B1. Windows color (decimal): -13898019 or 14544427. OLE color: 14544427.
HSL color Cylindrical-coordinate representation of color #2BEEDD: hue angle of 174.77º 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 #2BEEDD is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 221 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.07 |
| HSL | 174.77º | 0.85% | 0.55% | - |
| HSV(B) | 174.77º | 0.82% | 0.93% | - |
| XYZ | 44.62 | 66.88 | 78.96 | - |
| YUV | 177.76 | 152.4 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 221 | 0.82 | 0 | 0.07 | 0.07 | 174.77 | 0.85 | 0.55 |
| Hex | 2B | EE | DD | 52 | 0 | 7 | 7 | AF | 55 | 37 |
| Octal | 53 | 356 | 335 | 122 | 0 | 7 | 7 | 257 | 125 | 67 |
| Binary | 101011 | 11101110 | 11011101 | 1010010 | 0 | 111 | 111 | 10101111 | 1010101 | 110111 |
Color Harmonies of #2BEEDD
Complementary color
Monochromatic Colors of #2BEEDD
Black with #2BEEDD
Text Example
Text Example
White with #2BEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEDD; }
p { color: rgb(43,238,221); }
H1.HeaderClassName
{
color: #2BEEDD;
}
.AnyTagClassName
{
color: #2BEEDD;
}
</style>
background-color css
<style>
a { background-color: #2BEEDD; }
a { background-color: rgb(43,238,221); }
div.DivClassName
{
background-color: #2BEEDD;
}
.BgClassName
{
background-color: #2BEEDD;
}
</style>
border-color css
<style>
span { border-color: #2BEEDD; }
span { border-color: rgb(43,238,221); }
td.TdClassName
{
border-color: #2BEEDD;
}
.TagClassName
{
border-color: #2BEEDD;
}
</style>