Shades of Turquoise #2BCEDA
Tints of Turquoise #2BCEDA
RGB
CMYK
RGB Variations
Color information
#2BCEDA (or 0x2BCEDA) is known color: Turquoise. HEX triplet: 2B, CE and DA. RGB value is (43,206,218). Sum of RGB (Red+Green+Blue) = 43+206+218=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BCEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEDA is #D43125. Grayscale: #9E9E9E. Windows color (decimal): -13906214 or 14339627. OLE color: 14339627.
HSL color Cylindrical-coordinate representation of color #2BCEDA: hue angle of 184.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCEDA is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 206 | 218 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.15 |
| HSL | 184.11º | 0.7% | 0.51% | - |
| HSV(B) | 184.11º | 0.8% | 0.85% | - |
| XYZ | 35.72 | 49.72 | 74.04 | - |
| YUV | 158.63 | 161.5 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 218 | 0.80 | 0.06 | 0 | 0.15 | 184.11 | 0.7 | 0.51 |
| Hex | 2B | CE | DA | 50 | 6 | 0 | F | B8 | 46 | 33 |
| Octal | 53 | 316 | 332 | 120 | 6 | 0 | 17 | 270 | 106 | 63 |
| Binary | 101011 | 11001110 | 11011010 | 1010000 | 110 | 0 | 1111 | 10111000 | 1000110 | 110011 |
Color Harmonies of #2BCEDA
Complementary color
Monochromatic Colors of #2BCEDA
Black with #2BCEDA
Text Example
Text Example
White with #2BCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEDA; }
p { color: rgb(43,206,218); }
H1.HeaderClassName
{
color: #2BCEDA;
}
.AnyTagClassName
{
color: #2BCEDA;
}
</style>
background-color css
<style>
a { background-color: #2BCEDA; }
a { background-color: rgb(43,206,218); }
div.DivClassName
{
background-color: #2BCEDA;
}
.BgClassName
{
background-color: #2BCEDA;
}
</style>
border-color css
<style>
span { border-color: #2BCEDA; }
span { border-color: rgb(43,206,218); }
td.TdClassName
{
border-color: #2BCEDA;
}
.TagClassName
{
border-color: #2BCEDA;
}
</style>