Shades of Medium Turquoise #43D1EA
Tints of Medium Turquoise #43D1EA
RGB
CMYK
RGB Variations
Color information
#43D1EA (or 0x43D1EA) is known color: Medium Turquoise. HEX triplet: 43, D1 and EA. RGB value is (67,209,234). Sum of RGB (Red+Green+Blue) = 67+209+234=510 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.14% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #43D1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D1EA is #BC2E15. Grayscale: #A9A9A9. Windows color (decimal): -12332566 or 15388995. OLE color: 15388995.
HSL color Cylindrical-coordinate representation of color #43D1EA: hue angle of 188.98º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43D1EA is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 209 | 234 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.08 |
| HSL | 188.98º | 0.8% | 0.59% | - |
| HSV(B) | 188.98º | 0.71% | 0.92% | - |
| XYZ | 39.97 | 52.73 | 85.91 | - |
| YUV | 169.39 | 164.46 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 209 | 234 | 0.71 | 0.11 | 0 | 0.08 | 188.98 | 0.8 | 0.59 |
| Hex | 43 | D1 | EA | 47 | B | 0 | 8 | BD | 50 | 3B |
| Octal | 103 | 321 | 352 | 107 | 13 | 0 | 10 | 275 | 120 | 73 |
| Binary | 1000011 | 11010001 | 11101010 | 1000111 | 1011 | 0 | 1000 | 10111101 | 1010000 | 111011 |
Color Harmonies of #43D1EA
Complementary color
Monochromatic Colors of #43D1EA
Black with #43D1EA
Text Example
Text Example
White with #43D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D1EA; }
p { color: rgb(67,209,234); }
H1.HeaderClassName
{
color: #43D1EA;
}
.AnyTagClassName
{
color: #43D1EA;
}
</style>
background-color css
<style>
a { background-color: #43D1EA; }
a { background-color: rgb(67,209,234); }
div.DivClassName
{
background-color: #43D1EA;
}
.BgClassName
{
background-color: #43D1EA;
}
</style>
border-color css
<style>
span { border-color: #43D1EA; }
span { border-color: rgb(67,209,234); }
td.TdClassName
{
border-color: #43D1EA;
}
.TagClassName
{
border-color: #43D1EA;
}
</style>