Shades of Medium Turquoise #43CECE
Tints of Medium Turquoise #43CECE
RGB
CMYK
RGB Variations
Color information
#43CECE (or 0x43CECE) is known color: Medium Turquoise. HEX triplet: 43, CE and CE. RGB value is (67,206,206). Sum of RGB (Red+Green+Blue) = 67+206+206=479 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.99% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #43CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CECE is #BC3131. Grayscale: #A4A4A4. Windows color (decimal): -12333362 or 13553219. OLE color: 13553219.
HSL color Cylindrical-coordinate representation of color #43CECE: hue angle of 180º 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 #43CECE is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 206 | - |
| CMYK | 0.67 | 0 | 0 | 0.19 |
| HSL | 180º | 0.59% | 0.54% | - |
| HSV(B) | 180º | 0.67% | 0.81% | - |
| XYZ | 35.53 | 49.79 | 66.13 | - |
| YUV | 164.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 206 | 0.67 | 0 | 0 | 0.19 | 180 | 0.59 | 0.54 |
| Hex | 43 | CE | CE | 43 | 0 | 0 | 13 | B4 | 3B | 36 |
| Octal | 103 | 316 | 316 | 103 | 0 | 0 | 23 | 264 | 73 | 66 |
| Binary | 1000011 | 11001110 | 11001110 | 1000011 | 0 | 0 | 10011 | 10110100 | 111011 | 110110 |
Color Harmonies of #43CECE
Complementary color
Monochromatic Colors of #43CECE
Black with #43CECE
Text Example
Text Example
White with #43CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CECE; }
p { color: rgb(67,206,206); }
H1.HeaderClassName
{
color: #43CECE;
}
.AnyTagClassName
{
color: #43CECE;
}
</style>
background-color css
<style>
a { background-color: #43CECE; }
a { background-color: rgb(67,206,206); }
div.DivClassName
{
background-color: #43CECE;
}
.BgClassName
{
background-color: #43CECE;
}
</style>
border-color css
<style>
span { border-color: #43CECE; }
span { border-color: rgb(67,206,206); }
td.TdClassName
{
border-color: #43CECE;
}
.TagClassName
{
border-color: #43CECE;
}
</style>