Shades of Turquoise #2BCDDC
Tints of Turquoise #2BCDDC
RGB
CMYK
RGB Variations
Color information
#2BCDDC (or 0x2BCDDC) is known color: Turquoise. HEX triplet: 2B, CD and DC. RGB value is (43,205,220). Sum of RGB (Red+Green+Blue) = 43+205+220=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDDC is #D43223. Grayscale: #9E9E9E. Windows color (decimal): -13906468 or 14470443. OLE color: 14470443.
HSL color Cylindrical-coordinate representation of color #2BCDDC: hue angle of 185.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCDDC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 205 | 220 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.14 |
| HSL | 185.08º | 0.72% | 0.52% | - |
| HSV(B) | 185.08º | 0.8% | 0.86% | - |
| XYZ | 35.75 | 49.34 | 75.35 | - |
| YUV | 158.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 220 | 0.80 | 0.07 | 0 | 0.14 | 185.08 | 0.72 | 0.52 |
| Hex | 2B | CD | DC | 50 | 7 | 0 | E | B9 | 48 | 34 |
| Octal | 53 | 315 | 334 | 120 | 7 | 0 | 16 | 271 | 110 | 64 |
| Binary | 101011 | 11001101 | 11011100 | 1010000 | 111 | 0 | 1110 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2BCDDC
Complementary color
Monochromatic Colors of #2BCDDC
Black with #2BCDDC
Text Example
Text Example
White with #2BCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDDC; }
p { color: rgb(43,205,220); }
H1.HeaderClassName
{
color: #2BCDDC;
}
.AnyTagClassName
{
color: #2BCDDC;
}
</style>
background-color css
<style>
a { background-color: #2BCDDC; }
a { background-color: rgb(43,205,220); }
div.DivClassName
{
background-color: #2BCDDC;
}
.BgClassName
{
background-color: #2BCDDC;
}
</style>
border-color css
<style>
span { border-color: #2BCDDC; }
span { border-color: rgb(43,205,220); }
td.TdClassName
{
border-color: #2BCDDC;
}
.TagClassName
{
border-color: #2BCDDC;
}
</style>