Shades of Medium Turquoise #43CFCF
Tints of Medium Turquoise #43CFCF
RGB
CMYK
RGB Variations
Color information
#43CFCF (or 0x43CFCF) is known color: Medium Turquoise. HEX triplet: 43, CF and CF. RGB value is (67,207,207). Sum of RGB (Red+Green+Blue) = 67+207+207=481 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.93% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #43CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFCF is #BC3030. Grayscale: #A5A5A5. Windows color (decimal): -12333105 or 13619011. OLE color: 13619011.
HSL color Cylindrical-coordinate representation of color #43CFCF: 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.68%. Process color model (Four color, CMYK) of #43CFCF is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 207 | - |
| CMYK | 0.68 | 0 | 0 | 0.19 |
| HSL | 180º | 0.59% | 0.54% | - |
| HSV(B) | 180º | 0.68% | 0.81% | - |
| XYZ | 35.89 | 50.32 | 66.85 | - |
| YUV | 165.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 207 | 0.68 | 0 | 0 | 0.19 | 180 | 0.59 | 0.54 |
| Hex | 43 | CF | CF | 44 | 0 | 0 | 13 | B4 | 3B | 36 |
| Octal | 103 | 317 | 317 | 104 | 0 | 0 | 23 | 264 | 73 | 66 |
| Binary | 1000011 | 11001111 | 11001111 | 1000100 | 0 | 0 | 10011 | 10110100 | 111011 | 110110 |
Color Harmonies of #43CFCF
Complementary color
Monochromatic Colors of #43CFCF
Black with #43CFCF
Text Example
Text Example
White with #43CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFCF; }
p { color: rgb(67,207,207); }
H1.HeaderClassName
{
color: #43CFCF;
}
.AnyTagClassName
{
color: #43CFCF;
}
</style>
background-color css
<style>
a { background-color: #43CFCF; }
a { background-color: rgb(67,207,207); }
div.DivClassName
{
background-color: #43CFCF;
}
.BgClassName
{
background-color: #43CFCF;
}
</style>
border-color css
<style>
span { border-color: #43CFCF; }
span { border-color: rgb(67,207,207); }
td.TdClassName
{
border-color: #43CFCF;
}
.TagClassName
{
border-color: #43CFCF;
}
</style>