Shades of Medium Turquoise #43D3EA
Tints of Medium Turquoise #43D3EA
RGB
CMYK
RGB Variations
Color information
#43D3EA (or 0x43D3EA) is known color: Medium Turquoise. HEX triplet: 43, D3 and EA. RGB value is (67,211,234). Sum of RGB (Red+Green+Blue) = 67+211+234=512 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.09% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #43D3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D3EA is #BC2C15. Grayscale: #AAAAAA. Windows color (decimal): -12332054 or 15389507. OLE color: 15389507.
HSL color Cylindrical-coordinate representation of color #43D3EA: hue angle of 188.26º 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 #43D3EA is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 211 | 234 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.08 |
| HSL | 188.26º | 0.8% | 0.59% | - |
| HSV(B) | 188.26º | 0.71% | 0.92% | - |
| XYZ | 40.46 | 53.72 | 86.08 | - |
| YUV | 170.57 | 163.79 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 211 | 234 | 0.71 | 0.10 | 0 | 0.08 | 188.26 | 0.8 | 0.59 |
| Hex | 43 | D3 | EA | 47 | A | 0 | 8 | BC | 50 | 3B |
| Octal | 103 | 323 | 352 | 107 | 12 | 0 | 10 | 274 | 120 | 73 |
| Binary | 1000011 | 11010011 | 11101010 | 1000111 | 1010 | 0 | 1000 | 10111100 | 1010000 | 111011 |
Color Harmonies of #43D3EA
Complementary color
Monochromatic Colors of #43D3EA
Black with #43D3EA
Text Example
Text Example
White with #43D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D3EA; }
p { color: rgb(67,211,234); }
H1.HeaderClassName
{
color: #43D3EA;
}
.AnyTagClassName
{
color: #43D3EA;
}
</style>
background-color css
<style>
a { background-color: #43D3EA; }
a { background-color: rgb(67,211,234); }
div.DivClassName
{
background-color: #43D3EA;
}
.BgClassName
{
background-color: #43D3EA;
}
</style>
border-color css
<style>
span { border-color: #43D3EA; }
span { border-color: rgb(67,211,234); }
td.TdClassName
{
border-color: #43D3EA;
}
.TagClassName
{
border-color: #43D3EA;
}
</style>