Shades of Medium Turquoise #43CFDF
Tints of Medium Turquoise #43CFDF
RGB
CMYK
RGB Variations
Color information
#43CFDF (or 0x43CFDF) is known color: Medium Turquoise. HEX triplet: 43, CF and DF. RGB value is (67,207,223). Sum of RGB (Red+Green+Blue) = 67+207+223=497 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.48% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #43CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFDF is #BC3020. Grayscale: #A6A6A6. Windows color (decimal): -12333089 or 14667587. OLE color: 14667587.
HSL color Cylindrical-coordinate representation of color #43CFDF: hue angle of 186.15º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CFDF is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 207 | 223 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.13 |
| HSL | 186.15º | 0.71% | 0.57% | - |
| HSV(B) | 186.15º | 0.7% | 0.87% | - |
| XYZ | 37.95 | 51.15 | 77.68 | - |
| YUV | 166.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 223 | 0.70 | 0.07 | 0 | 0.13 | 186.15 | 0.71 | 0.57 |
| Hex | 43 | CF | DF | 46 | 7 | 0 | D | BA | 47 | 39 |
| Octal | 103 | 317 | 337 | 106 | 7 | 0 | 15 | 272 | 107 | 71 |
| Binary | 1000011 | 11001111 | 11011111 | 1000110 | 111 | 0 | 1101 | 10111010 | 1000111 | 111001 |
Color Harmonies of #43CFDF
Complementary color
Monochromatic Colors of #43CFDF
Black with #43CFDF
Text Example
Text Example
White with #43CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFDF; }
p { color: rgb(67,207,223); }
H1.HeaderClassName
{
color: #43CFDF;
}
.AnyTagClassName
{
color: #43CFDF;
}
</style>
background-color css
<style>
a { background-color: #43CFDF; }
a { background-color: rgb(67,207,223); }
div.DivClassName
{
background-color: #43CFDF;
}
.BgClassName
{
background-color: #43CFDF;
}
</style>
border-color css
<style>
span { border-color: #43CFDF; }
span { border-color: rgb(67,207,223); }
td.TdClassName
{
border-color: #43CFDF;
}
.TagClassName
{
border-color: #43CFDF;
}
</style>