Shades of Medium Turquoise #43CECD
Tints of Medium Turquoise #43CECD
RGB
CMYK
RGB Variations
Color information
#43CECD (or 0x43CECD) is known color: Medium Turquoise. HEX triplet: 43, CE and CD. RGB value is (67,206,205). Sum of RGB (Red+Green+Blue) = 67+206+205=478 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.02% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #43CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CECD is #BC3132. Grayscale: #A4A4A4. Windows color (decimal): -12333363 or 13487683. OLE color: 13487683.
HSL color Cylindrical-coordinate representation of color #43CECD: hue angle of 179.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CECD is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 205 | - |
| CMYK | 0.67 | 0 | 0.00 | 0.19 |
| HSL | 179.57º | 0.59% | 0.54% | - |
| HSV(B) | 179.57º | 0.67% | 0.81% | - |
| XYZ | 35.41 | 49.74 | 65.49 | - |
| YUV | 164.33 | 150.95 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 205 | 0.67 | 0 | 0.00 | 0.19 | 179.57 | 0.59 | 0.54 |
| Hex | 43 | CE | CD | 43 | 0 | 0 | 13 | B4 | 3B | 36 |
| Octal | 103 | 316 | 315 | 103 | 0 | 0 | 23 | 264 | 73 | 66 |
| Binary | 1000011 | 11001110 | 11001101 | 1000011 | 0 | 0 | 10011 | 10110100 | 111011 | 110110 |
Color Harmonies of #43CECD
Complementary color
Monochromatic Colors of #43CECD
Black with #43CECD
Text Example
Text Example
White with #43CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CECD; }
p { color: rgb(67,206,205); }
H1.HeaderClassName
{
color: #43CECD;
}
.AnyTagClassName
{
color: #43CECD;
}
</style>
background-color css
<style>
a { background-color: #43CECD; }
a { background-color: rgb(67,206,205); }
div.DivClassName
{
background-color: #43CECD;
}
.BgClassName
{
background-color: #43CECD;
}
</style>
border-color css
<style>
span { border-color: #43CECD; }
span { border-color: rgb(67,206,205); }
td.TdClassName
{
border-color: #43CECD;
}
.TagClassName
{
border-color: #43CECD;
}
</style>