Shades of Medium Turquoise #43CFCD
Tints of Medium Turquoise #43CFCD
RGB
CMYK
RGB Variations
Color information
#43CFCD (or 0x43CFCD) is known color: Medium Turquoise. HEX triplet: 43, CF and CD. RGB value is (67,207,205). Sum of RGB (Red+Green+Blue) = 67+207+205=479 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.99% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFCD is #BC3032. Grayscale: #A4A4A4. Windows color (decimal): -12333107 or 13487939. OLE color: 13487939.
HSL color Cylindrical-coordinate representation of color #43CFCD: hue angle of 179.14º 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 #43CFCD is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 205 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.19 |
| HSL | 179.14º | 0.59% | 0.54% | - |
| HSV(B) | 179.14º | 0.68% | 0.81% | - |
| XYZ | 35.65 | 50.23 | 65.57 | - |
| YUV | 164.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 205 | 0.68 | 0 | 0.01 | 0.19 | 179.14 | 0.59 | 0.54 |
| Hex | 43 | CF | CD | 44 | 0 | 1 | 13 | B3 | 3B | 36 |
| Octal | 103 | 317 | 315 | 104 | 0 | 1 | 23 | 263 | 73 | 66 |
| Binary | 1000011 | 11001111 | 11001101 | 1000100 | 0 | 1 | 10011 | 10110011 | 111011 | 110110 |
Color Harmonies of #43CFCD
Complementary color
Monochromatic Colors of #43CFCD
Black with #43CFCD
Text Example
Text Example
White with #43CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFCD; }
p { color: rgb(67,207,205); }
H1.HeaderClassName
{
color: #43CFCD;
}
.AnyTagClassName
{
color: #43CFCD;
}
</style>
background-color css
<style>
a { background-color: #43CFCD; }
a { background-color: rgb(67,207,205); }
div.DivClassName
{
background-color: #43CFCD;
}
.BgClassName
{
background-color: #43CFCD;
}
</style>
border-color css
<style>
span { border-color: #43CFCD; }
span { border-color: rgb(67,207,205); }
td.TdClassName
{
border-color: #43CFCD;
}
.TagClassName
{
border-color: #43CFCD;
}
</style>