Shades of Medium Turquoise #2BCCCD
Tints of Medium Turquoise #2BCCCD
RGB
CMYK
RGB Variations
Color information
#2BCCCD (or 0x2BCCCD) is known color: Medium Turquoise. HEX triplet: 2B, CC and CD. RGB value is (43,204,205). Sum of RGB (Red+Green+Blue) = 43+204+205=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #2BCCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCCD is #D43332. Grayscale: #9B9B9B. Windows color (decimal): -13906739 or 13487147. OLE color: 13487147.
HSL color Cylindrical-coordinate representation of color #2BCCCD: hue angle of 180.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCCCD is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 204 | 205 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.20 |
| HSL | 180.37º | 0.65% | 0.49% | - |
| HSV(B) | 180.37º | 0.79% | 0.8% | - |
| XYZ | 33.61 | 48.11 | 65.27 | - |
| YUV | 155.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 205 | 0.79 | 0.00 | 0 | 0.20 | 180.37 | 0.65 | 0.49 |
| Hex | 2B | CC | CD | 4F | 0 | 0 | 14 | B4 | 41 | 31 |
| Octal | 53 | 314 | 315 | 117 | 0 | 0 | 24 | 264 | 101 | 61 |
| Binary | 101011 | 11001100 | 11001101 | 1001111 | 0 | 0 | 10100 | 10110100 | 1000001 | 110001 |
Color Harmonies of #2BCCCD
Complementary color
Monochromatic Colors of #2BCCCD
Black with #2BCCCD
Text Example
Text Example
White with #2BCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCCD; }
p { color: rgb(43,204,205); }
H1.HeaderClassName
{
color: #2BCCCD;
}
.AnyTagClassName
{
color: #2BCCCD;
}
</style>
background-color css
<style>
a { background-color: #2BCCCD; }
a { background-color: rgb(43,204,205); }
div.DivClassName
{
background-color: #2BCCCD;
}
.BgClassName
{
background-color: #2BCCCD;
}
</style>
border-color css
<style>
span { border-color: #2BCCCD; }
span { border-color: rgb(43,204,205); }
td.TdClassName
{
border-color: #2BCCCD;
}
.TagClassName
{
border-color: #2BCCCD;
}
</style>