Shades of Turquoise #2BCEDD
Tints of Turquoise #2BCEDD
RGB
CMYK
RGB Variations
Color information
#2BCEDD (or 0x2BCEDD) is known color: Turquoise. HEX triplet: 2B, CE and DD. RGB value is (43,206,221). Sum of RGB (Red+Green+Blue) = 43+206+221=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEDD is #D43122. Grayscale: #9E9E9E. Windows color (decimal): -13906211 or 14536235. OLE color: 14536235.
HSL color Cylindrical-coordinate representation of color #2BCEDD: hue angle of 185.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BCEDD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 206 | 221 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.13 |
| HSL | 185.06º | 0.72% | 0.52% | - |
| HSV(B) | 185.06º | 0.81% | 0.87% | - |
| XYZ | 36.12 | 49.88 | 76.13 | - |
| YUV | 158.97 | 163 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 221 | 0.81 | 0.07 | 0 | 0.13 | 185.06 | 0.72 | 0.52 |
| Hex | 2B | CE | DD | 51 | 7 | 0 | D | B9 | 48 | 34 |
| Octal | 53 | 316 | 335 | 121 | 7 | 0 | 15 | 271 | 110 | 64 |
| Binary | 101011 | 11001110 | 11011101 | 1010001 | 111 | 0 | 1101 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2BCEDD
Complementary color
Monochromatic Colors of #2BCEDD
Black with #2BCEDD
Text Example
Text Example
White with #2BCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEDD; }
p { color: rgb(43,206,221); }
H1.HeaderClassName
{
color: #2BCEDD;
}
.AnyTagClassName
{
color: #2BCEDD;
}
</style>
background-color css
<style>
a { background-color: #2BCEDD; }
a { background-color: rgb(43,206,221); }
div.DivClassName
{
background-color: #2BCEDD;
}
.BgClassName
{
background-color: #2BCEDD;
}
</style>
border-color css
<style>
span { border-color: #2BCEDD; }
span { border-color: rgb(43,206,221); }
td.TdClassName
{
border-color: #2BCEDD;
}
.TagClassName
{
border-color: #2BCEDD;
}
</style>