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