Shades of Medium Turquoise #43CCCB
Tints of Medium Turquoise #43CCCB
RGB
CMYK
RGB Variations
Color information
#43CCCB (or 0x43CCCB) is known color: Medium Turquoise. HEX triplet: 43, CC and CB. RGB value is (67,204,203). Sum of RGB (Red+Green+Blue) = 67+204+203=474 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.14% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCCB is #BC3334. Grayscale: #A2A2A2. Windows color (decimal): -12333877 or 13356099. OLE color: 13356099.
HSL color Cylindrical-coordinate representation of color #43CCCB: hue angle of 179.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CCCB is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 203 | - |
| CMYK | 0.67 | 0 | 0.00 | 0.2 |
| HSL | 179.56º | 0.57% | 0.53% | - |
| HSV(B) | 179.56º | 0.67% | 0.8% | - |
| XYZ | 34.69 | 48.69 | 64.07 | - |
| YUV | 162.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 203 | 0.67 | 0 | 0.00 | 0.2 | 179.56 | 0.57 | 0.53 |
| Hex | 43 | CC | CB | 43 | 0 | 0 | 14 | B4 | 39 | 35 |
| Octal | 103 | 314 | 313 | 103 | 0 | 0 | 24 | 264 | 71 | 65 |
| Binary | 1000011 | 11001100 | 11001011 | 1000011 | 0 | 0 | 10100 | 10110100 | 111001 | 110101 |
Color Harmonies of #43CCCB
Complementary color
Monochromatic Colors of #43CCCB
Black with #43CCCB
Text Example
Text Example
White with #43CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCCB; }
p { color: rgb(67,204,203); }
H1.HeaderClassName
{
color: #43CCCB;
}
.AnyTagClassName
{
color: #43CCCB;
}
</style>
background-color css
<style>
a { background-color: #43CCCB; }
a { background-color: rgb(67,204,203); }
div.DivClassName
{
background-color: #43CCCB;
}
.BgClassName
{
background-color: #43CCCB;
}
</style>
border-color css
<style>
span { border-color: #43CCCB; }
span { border-color: rgb(67,204,203); }
td.TdClassName
{
border-color: #43CCCB;
}
.TagClassName
{
border-color: #43CCCB;
}
</style>