Shades of Medium Turquoise #43D4EF
Tints of Medium Turquoise #43D4EF
RGB
CMYK
RGB Variations
Color information
#43D4EF (or 0x43D4EF) is known color: Medium Turquoise. HEX triplet: 43, D4 and EF. RGB value is (67,212,239). Sum of RGB (Red+Green+Blue) = 67+212+239=518 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.93% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #43D4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D4EF is #BC2B10. Grayscale: #ABABAB. Windows color (decimal): -12331793 or 15717443. OLE color: 15717443.
HSL color Cylindrical-coordinate representation of color #43D4EF: hue angle of 189.42º 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 #43D4EF is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 212 | 239 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.06 |
| HSL | 189.42º | 0.84% | 0.6% | - |
| HSV(B) | 189.42º | 0.72% | 0.94% | - |
| XYZ | 41.44 | 54.51 | 90 | - |
| YUV | 171.72 | 165.96 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 212 | 239 | 0.72 | 0.11 | 0 | 0.06 | 189.42 | 0.84 | 0.6 |
| Hex | 43 | D4 | EF | 48 | B | 0 | 6 | BD | 54 | 3C |
| Octal | 103 | 324 | 357 | 110 | 13 | 0 | 6 | 275 | 124 | 74 |
| Binary | 1000011 | 11010100 | 11101111 | 1001000 | 1011 | 0 | 110 | 10111101 | 1010100 | 111100 |
Color Harmonies of #43D4EF
Complementary color
Monochromatic Colors of #43D4EF
Black with #43D4EF
Text Example
Text Example
White with #43D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D4EF; }
p { color: rgb(67,212,239); }
H1.HeaderClassName
{
color: #43D4EF;
}
.AnyTagClassName
{
color: #43D4EF;
}
</style>
background-color css
<style>
a { background-color: #43D4EF; }
a { background-color: rgb(67,212,239); }
div.DivClassName
{
background-color: #43D4EF;
}
.BgClassName
{
background-color: #43D4EF;
}
</style>
border-color css
<style>
span { border-color: #43D4EF; }
span { border-color: rgb(67,212,239); }
td.TdClassName
{
border-color: #43D4EF;
}
.TagClassName
{
border-color: #43D4EF;
}
</style>