Shades of Turquoise #43E5EF
Tints of Turquoise #43E5EF
RGB
CMYK
RGB Variations
Color information
#43E5EF (or 0x43E5EF) is known color: Turquoise. HEX triplet: 43, E5 and EF. RGB value is (67,229,239). Sum of RGB (Red+Green+Blue) = 67+229+239=535 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.52% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #43E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43E5EF is #BC1A10. Grayscale: #B5B5B5. Windows color (decimal): -12327441 or 15721795. OLE color: 15721795.
HSL color Cylindrical-coordinate representation of color #43E5EF: hue angle of 183.49º 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 #43E5EF is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 229 | 239 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.06 |
| HSL | 183.49º | 0.84% | 0.6% | - |
| HSV(B) | 183.49º | 0.72% | 0.94% | - |
| XYZ | 45.91 | 63.46 | 91.49 | - |
| YUV | 181.7 | 160.33 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 229 | 239 | 0.72 | 0.04 | 0 | 0.06 | 183.49 | 0.84 | 0.6 |
| Hex | 43 | E5 | EF | 48 | 4 | 0 | 6 | B7 | 54 | 3C |
| Octal | 103 | 345 | 357 | 110 | 4 | 0 | 6 | 267 | 124 | 74 |
| Binary | 1000011 | 11100101 | 11101111 | 1001000 | 100 | 0 | 110 | 10110111 | 1010100 | 111100 |
Color Harmonies of #43E5EF
Complementary color
Monochromatic Colors of #43E5EF
Black with #43E5EF
Text Example
Text Example
White with #43E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E5EF; }
p { color: rgb(67,229,239); }
H1.HeaderClassName
{
color: #43E5EF;
}
.AnyTagClassName
{
color: #43E5EF;
}
</style>
background-color css
<style>
a { background-color: #43E5EF; }
a { background-color: rgb(67,229,239); }
div.DivClassName
{
background-color: #43E5EF;
}
.BgClassName
{
background-color: #43E5EF;
}
</style>
border-color css
<style>
span { border-color: #43E5EF; }
span { border-color: rgb(67,229,239); }
td.TdClassName
{
border-color: #43E5EF;
}
.TagClassName
{
border-color: #43E5EF;
}
</style>