Shades of Turquoise #2BCEDE
Tints of Turquoise #2BCEDE
RGB
CMYK
RGB Variations
Color information
#2BCEDE (or 0x2BCEDE) is known color: Turquoise. HEX triplet: 2B, CE and DE. RGB value is (43,206,222). Sum of RGB (Red+Green+Blue) = 43+206+222=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEDE is #D43121. Grayscale: #9E9E9E. Windows color (decimal): -13906210 or 14601771. OLE color: 14601771.
HSL color Cylindrical-coordinate representation of color #2BCEDE: hue angle of 185.36º degrees, saturation: 0.73, 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 #2BCEDE is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 206 | 222 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.13 |
| HSL | 185.36º | 0.73% | 0.52% | - |
| HSV(B) | 185.36º | 0.81% | 0.87% | - |
| XYZ | 36.25 | 49.93 | 76.83 | - |
| YUV | 159.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 222 | 0.81 | 0.07 | 0 | 0.13 | 185.36 | 0.73 | 0.52 |
| Hex | 2B | CE | DE | 51 | 7 | 0 | D | B9 | 49 | 34 |
| Octal | 53 | 316 | 336 | 121 | 7 | 0 | 15 | 271 | 111 | 64 |
| Binary | 101011 | 11001110 | 11011110 | 1010001 | 111 | 0 | 1101 | 10111001 | 1001001 | 110100 |
Color Harmonies of #2BCEDE
Complementary color
Monochromatic Colors of #2BCEDE
Black with #2BCEDE
Text Example
Text Example
White with #2BCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEDE; }
p { color: rgb(43,206,222); }
H1.HeaderClassName
{
color: #2BCEDE;
}
.AnyTagClassName
{
color: #2BCEDE;
}
</style>
background-color css
<style>
a { background-color: #2BCEDE; }
a { background-color: rgb(43,206,222); }
div.DivClassName
{
background-color: #2BCEDE;
}
.BgClassName
{
background-color: #2BCEDE;
}
</style>
border-color css
<style>
span { border-color: #2BCEDE; }
span { border-color: rgb(43,206,222); }
td.TdClassName
{
border-color: #2BCEDE;
}
.TagClassName
{
border-color: #2BCEDE;
}
</style>