Shades of Medium Turquoise #43C8CC
Tints of Medium Turquoise #43C8CC
RGB
CMYK
RGB Variations
Color information
#43C8CC (or 0x43C8CC) is known color: Medium Turquoise. HEX triplet: 43, C8 and CC. RGB value is (67,200,204). Sum of RGB (Red+Green+Blue) = 67+200+204=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #43C8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C8CC is #BC3733. Grayscale: #A0A0A0. Windows color (decimal): -12334900 or 13420611. OLE color: 13420611.
HSL color Cylindrical-coordinate representation of color #43C8CC: hue angle of 181.75º 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 #43C8CC is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 200 | 204 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.2 |
| HSL | 181.75º | 0.57% | 0.53% | - |
| HSV(B) | 181.75º | 0.67% | 0.8% | - |
| XYZ | 33.87 | 46.86 | 64.39 | - |
| YUV | 160.69 | 152.44 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 204 | 0.67 | 0.02 | 0 | 0.2 | 181.75 | 0.57 | 0.53 |
| Hex | 43 | C8 | CC | 43 | 2 | 0 | 14 | B6 | 39 | 35 |
| Octal | 103 | 310 | 314 | 103 | 2 | 0 | 24 | 266 | 71 | 65 |
| Binary | 1000011 | 11001000 | 11001100 | 1000011 | 10 | 0 | 10100 | 10110110 | 111001 | 110101 |
Color Harmonies of #43C8CC
Complementary color
Monochromatic Colors of #43C8CC
Black with #43C8CC
Text Example
Text Example
White with #43C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C8CC; }
p { color: rgb(67,200,204); }
H1.HeaderClassName
{
color: #43C8CC;
}
.AnyTagClassName
{
color: #43C8CC;
}
</style>
background-color css
<style>
a { background-color: #43C8CC; }
a { background-color: rgb(67,200,204); }
div.DivClassName
{
background-color: #43C8CC;
}
.BgClassName
{
background-color: #43C8CC;
}
</style>
border-color css
<style>
span { border-color: #43C8CC; }
span { border-color: rgb(67,200,204); }
td.TdClassName
{
border-color: #43C8CC;
}
.TagClassName
{
border-color: #43C8CC;
}
</style>