Shades of Medium Turquoise #43CCCE
Tints of Medium Turquoise #43CCCE
RGB
CMYK
RGB Variations
Color information
#43CCCE (or 0x43CCCE) is known color: Medium Turquoise. HEX triplet: 43, CC and CE. RGB value is (67,204,206). Sum of RGB (Red+Green+Blue) = 67+204+206=477 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.05% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #43CCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCCE is #BC3331. Grayscale: #A3A3A3. Windows color (decimal): -12333874 or 13552707. OLE color: 13552707.
HSL color Cylindrical-coordinate representation of color #43CCCE: hue angle of 180.86º 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 #43CCCE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 204 | 206 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.19 |
| HSL | 180.86º | 0.59% | 0.54% | - |
| HSV(B) | 180.86º | 0.67% | 0.81% | - |
| XYZ | 35.05 | 48.84 | 65.97 | - |
| YUV | 163.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 206 | 0.67 | 0.01 | 0 | 0.19 | 180.86 | 0.59 | 0.54 |
| Hex | 43 | CC | CE | 43 | 1 | 0 | 13 | B5 | 3B | 36 |
| Octal | 103 | 314 | 316 | 103 | 1 | 0 | 23 | 265 | 73 | 66 |
| Binary | 1000011 | 11001100 | 11001110 | 1000011 | 1 | 0 | 10011 | 10110101 | 111011 | 110110 |
Color Harmonies of #43CCCE
Complementary color
Monochromatic Colors of #43CCCE
Black with #43CCCE
Text Example
Text Example
White with #43CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCCE; }
p { color: rgb(67,204,206); }
H1.HeaderClassName
{
color: #43CCCE;
}
.AnyTagClassName
{
color: #43CCCE;
}
</style>
background-color css
<style>
a { background-color: #43CCCE; }
a { background-color: rgb(67,204,206); }
div.DivClassName
{
background-color: #43CCCE;
}
.BgClassName
{
background-color: #43CCCE;
}
</style>
border-color css
<style>
span { border-color: #43CCCE; }
span { border-color: rgb(67,204,206); }
td.TdClassName
{
border-color: #43CCCE;
}
.TagClassName
{
border-color: #43CCCE;
}
</style>