Shades of Medium Turquoise #43D1EF
Tints of Medium Turquoise #43D1EF
RGB
CMYK
RGB Variations
Color information
#43D1EF (or 0x43D1EF) is known color: Medium Turquoise. HEX triplet: 43, D1 and EF. RGB value is (67,209,239). Sum of RGB (Red+Green+Blue) = 67+209+239=515 (68% of max value = 765). Red value is 67 (26.56% from 255 or 13.01% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #43D1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D1EF is #BC2E10. Grayscale: #A9A9A9. Windows color (decimal): -12332561 or 15716675. OLE color: 15716675.
HSL color Cylindrical-coordinate representation of color #43D1EF: hue angle of 190.47º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43D1EF is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 209 | 239 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.06 |
| HSL | 190.47º | 0.84% | 0.6% | - |
| HSV(B) | 190.47º | 0.72% | 0.94% | - |
| XYZ | 40.7 | 53.03 | 89.75 | - |
| YUV | 169.96 | 166.96 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 209 | 239 | 0.72 | 0.13 | 0 | 0.06 | 190.47 | 0.84 | 0.6 |
| Hex | 43 | D1 | EF | 48 | D | 0 | 6 | BE | 54 | 3C |
| Octal | 103 | 321 | 357 | 110 | 15 | 0 | 6 | 276 | 124 | 74 |
| Binary | 1000011 | 11010001 | 11101111 | 1001000 | 1101 | 0 | 110 | 10111110 | 1010100 | 111100 |
Color Harmonies of #43D1EF
Complementary color
Monochromatic Colors of #43D1EF
Black with #43D1EF
Text Example
Text Example
White with #43D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D1EF; }
p { color: rgb(67,209,239); }
H1.HeaderClassName
{
color: #43D1EF;
}
.AnyTagClassName
{
color: #43D1EF;
}
</style>
background-color css
<style>
a { background-color: #43D1EF; }
a { background-color: rgb(67,209,239); }
div.DivClassName
{
background-color: #43D1EF;
}
.BgClassName
{
background-color: #43D1EF;
}
</style>
border-color css
<style>
span { border-color: #43D1EF; }
span { border-color: rgb(67,209,239); }
td.TdClassName
{
border-color: #43D1EF;
}
.TagClassName
{
border-color: #43D1EF;
}
</style>