Shades of Medium Turquoise #2BCCD0
Tints of Medium Turquoise #2BCCD0
RGB
CMYK
RGB Variations
Color information
#2BCCD0 (or 0x2BCCD0) is known color: Medium Turquoise. HEX triplet: 2B, CC and D0. RGB value is (43,204,208). Sum of RGB (Red+Green+Blue) = 43+204+208=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #2BCCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCD0 is #D4332F. Grayscale: #9C9C9C. Windows color (decimal): -13906736 or 13683755. OLE color: 13683755.
HSL color Cylindrical-coordinate representation of color #2BCCD0: hue angle of 181.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCCD0 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 204 | 208 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.18 |
| HSL | 181.45º | 0.66% | 0.49% | - |
| HSV(B) | 181.45º | 0.79% | 0.82% | - |
| XYZ | 33.97 | 48.25 | 67.2 | - |
| YUV | 156.32 | 157.16 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 208 | 0.79 | 0.02 | 0 | 0.18 | 181.45 | 0.66 | 0.49 |
| Hex | 2B | CC | D0 | 4F | 2 | 0 | 12 | B5 | 42 | 31 |
| Octal | 53 | 314 | 320 | 117 | 2 | 0 | 22 | 265 | 102 | 61 |
| Binary | 101011 | 11001100 | 11010000 | 1001111 | 10 | 0 | 10010 | 10110101 | 1000010 | 110001 |
Color Harmonies of #2BCCD0
Complementary color
Monochromatic Colors of #2BCCD0
Black with #2BCCD0
Text Example
Text Example
White with #2BCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCD0; }
p { color: rgb(43,204,208); }
H1.HeaderClassName
{
color: #2BCCD0;
}
.AnyTagClassName
{
color: #2BCCD0;
}
</style>
background-color css
<style>
a { background-color: #2BCCD0; }
a { background-color: rgb(43,204,208); }
div.DivClassName
{
background-color: #2BCCD0;
}
.BgClassName
{
background-color: #2BCCD0;
}
</style>
border-color css
<style>
span { border-color: #2BCCD0; }
span { border-color: rgb(43,204,208); }
td.TdClassName
{
border-color: #2BCCD0;
}
.TagClassName
{
border-color: #2BCCD0;
}
</style>