Shades of Medium Turquoise #43CFCE
Tints of Medium Turquoise #43CFCE
RGB
CMYK
RGB Variations
Color information
#43CFCE (or 0x43CFCE) is known color: Medium Turquoise. HEX triplet: 43, CF and CE. RGB value is (67,207,206). Sum of RGB (Red+Green+Blue) = 67+207+206=480 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.96% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFCE is #BC3031. Grayscale: #A4A4A4. Windows color (decimal): -12333106 or 13553475. OLE color: 13553475.
HSL color Cylindrical-coordinate representation of color #43CFCE: 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.68%. Process color model (Four color, CMYK) of #43CFCE is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 206 | - |
| CMYK | 0.68 | 0 | 0.00 | 0.19 |
| HSL | 179.57º | 0.59% | 0.54% | - |
| HSV(B) | 179.57º | 0.68% | 0.81% | - |
| XYZ | 35.77 | 50.28 | 66.21 | - |
| YUV | 165.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 206 | 0.68 | 0 | 0.00 | 0.19 | 179.57 | 0.59 | 0.54 |
| Hex | 43 | CF | CE | 44 | 0 | 0 | 13 | B4 | 3B | 36 |
| Octal | 103 | 317 | 316 | 104 | 0 | 0 | 23 | 264 | 73 | 66 |
| Binary | 1000011 | 11001111 | 11001110 | 1000100 | 0 | 0 | 10011 | 10110100 | 111011 | 110110 |
Color Harmonies of #43CFCE
Complementary color
Monochromatic Colors of #43CFCE
Black with #43CFCE
Text Example
Text Example
White with #43CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFCE; }
p { color: rgb(67,207,206); }
H1.HeaderClassName
{
color: #43CFCE;
}
.AnyTagClassName
{
color: #43CFCE;
}
</style>
background-color css
<style>
a { background-color: #43CFCE; }
a { background-color: rgb(67,207,206); }
div.DivClassName
{
background-color: #43CFCE;
}
.BgClassName
{
background-color: #43CFCE;
}
</style>
border-color css
<style>
span { border-color: #43CFCE; }
span { border-color: rgb(67,207,206); }
td.TdClassName
{
border-color: #43CFCE;
}
.TagClassName
{
border-color: #43CFCE;
}
</style>