Shades of Turquoise #2BDEEC
Tints of Turquoise #2BDEEC
RGB
CMYK
RGB Variations
Color information
#2BDEEC (or 0x2BDEEC) is known color: Turquoise. HEX triplet: 2B, DE and EC. RGB value is (43,222,236). Sum of RGB (Red+Green+Blue) = 43+222+236=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BDEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDEEC is #D42113. Grayscale: #A9A9A9. Windows color (decimal): -13902100 or 15523371. OLE color: 15523371.
HSL color Cylindrical-coordinate representation of color #2BDEEC: hue angle of 184.35º degrees, saturation: 0.84, 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 #2BDEEC is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 222 | 236 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.35º | 0.84% | 0.55% | - |
| HSV(B) | 184.35º | 0.82% | 0.93% | - |
| XYZ | 42.26 | 58.81 | 88.48 | - |
| YUV | 170.08 | 165.2 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 236 | 0.82 | 0.06 | 0 | 0.07 | 184.35 | 0.84 | 0.55 |
| Hex | 2B | DE | EC | 52 | 6 | 0 | 7 | B8 | 54 | 37 |
| Octal | 53 | 336 | 354 | 122 | 6 | 0 | 7 | 270 | 124 | 67 |
| Binary | 101011 | 11011110 | 11101100 | 1010010 | 110 | 0 | 111 | 10111000 | 1010100 | 110111 |
Color Harmonies of #2BDEEC
Complementary color
Monochromatic Colors of #2BDEEC
Black with #2BDEEC
Text Example
Text Example
White with #2BDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDEEC; }
p { color: rgb(43,222,236); }
H1.HeaderClassName
{
color: #2BDEEC;
}
.AnyTagClassName
{
color: #2BDEEC;
}
</style>
background-color css
<style>
a { background-color: #2BDEEC; }
a { background-color: rgb(43,222,236); }
div.DivClassName
{
background-color: #2BDEEC;
}
.BgClassName
{
background-color: #2BDEEC;
}
</style>
border-color css
<style>
span { border-color: #2BDEEC; }
span { border-color: rgb(43,222,236); }
td.TdClassName
{
border-color: #2BDEEC;
}
.TagClassName
{
border-color: #2BDEEC;
}
</style>