Shades of Medium Turquoise #43D5CC
Tints of Medium Turquoise #43D5CC
RGB
CMYK
RGB Variations
Color information
#43D5CC (or 0x43D5CC) is known color: Medium Turquoise. HEX triplet: 43, D5 and CC. RGB value is (67,213,204). Sum of RGB (Red+Green+Blue) = 67+213+204=484 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.84% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #43D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D5CC is #BC2A33. Grayscale: #A8A8A8. Windows color (decimal): -12331572 or 13423939. OLE color: 13423939.
HSL color Cylindrical-coordinate representation of color #43D5CC: hue angle of 176.3º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D5CC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 213 | 204 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.16 |
| HSL | 176.3º | 0.63% | 0.55% | - |
| HSV(B) | 176.3º | 0.69% | 0.84% | - |
| XYZ | 37.01 | 53.14 | 65.43 | - |
| YUV | 168.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 213 | 204 | 0.69 | 0 | 0.04 | 0.16 | 176.3 | 0.63 | 0.55 |
| Hex | 43 | D5 | CC | 45 | 0 | 4 | 10 | B0 | 3F | 37 |
| Octal | 103 | 325 | 314 | 105 | 0 | 4 | 20 | 260 | 77 | 67 |
| Binary | 1000011 | 11010101 | 11001100 | 1000101 | 0 | 100 | 10000 | 10110000 | 111111 | 110111 |
Color Harmonies of #43D5CC
Complementary color
Monochromatic Colors of #43D5CC
Black with #43D5CC
Text Example
Text Example
White with #43D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D5CC; }
p { color: rgb(67,213,204); }
H1.HeaderClassName
{
color: #43D5CC;
}
.AnyTagClassName
{
color: #43D5CC;
}
</style>
background-color css
<style>
a { background-color: #43D5CC; }
a { background-color: rgb(67,213,204); }
div.DivClassName
{
background-color: #43D5CC;
}
.BgClassName
{
background-color: #43D5CC;
}
</style>
border-color css
<style>
span { border-color: #43D5CC; }
span { border-color: rgb(67,213,204); }
td.TdClassName
{
border-color: #43D5CC;
}
.TagClassName
{
border-color: #43D5CC;
}
</style>