Shades of Medium Turquoise #43CFD9
Tints of Medium Turquoise #43CFD9
RGB
CMYK
RGB Variations
Color information
#43CFD9 (or 0x43CFD9) is known color: Medium Turquoise. HEX triplet: 43, CF and D9. RGB value is (67,207,217). Sum of RGB (Red+Green+Blue) = 67+207+217=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #43CFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFD9 is #BC3026. Grayscale: #A6A6A6. Windows color (decimal): -12333095 or 14274371. OLE color: 14274371.
HSL color Cylindrical-coordinate representation of color #43CFD9: hue angle of 184º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CFD9 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 207 | 217 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.15 |
| HSL | 184º | 0.66% | 0.56% | - |
| HSV(B) | 184º | 0.69% | 0.85% | - |
| XYZ | 37.15 | 50.83 | 73.5 | - |
| YUV | 166.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 217 | 0.69 | 0.05 | 0 | 0.15 | 184 | 0.66 | 0.56 |
| Hex | 43 | CF | D9 | 45 | 5 | 0 | F | B8 | 42 | 38 |
| Octal | 103 | 317 | 331 | 105 | 5 | 0 | 17 | 270 | 102 | 70 |
| Binary | 1000011 | 11001111 | 11011001 | 1000101 | 101 | 0 | 1111 | 10111000 | 1000010 | 111000 |
Color Harmonies of #43CFD9
Complementary color
Monochromatic Colors of #43CFD9
Black with #43CFD9
Text Example
Text Example
White with #43CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFD9; }
p { color: rgb(67,207,217); }
H1.HeaderClassName
{
color: #43CFD9;
}
.AnyTagClassName
{
color: #43CFD9;
}
</style>
background-color css
<style>
a { background-color: #43CFD9; }
a { background-color: rgb(67,207,217); }
div.DivClassName
{
background-color: #43CFD9;
}
.BgClassName
{
background-color: #43CFD9;
}
</style>
border-color css
<style>
span { border-color: #43CFD9; }
span { border-color: rgb(67,207,217); }
td.TdClassName
{
border-color: #43CFD9;
}
.TagClassName
{
border-color: #43CFD9;
}
</style>