Shades of Turquoise #43DEE0
Tints of Turquoise #43DEE0
RGB
CMYK
RGB Variations
Color information
#43DEE0 (or 0x43DEE0) is known color: Turquoise. HEX triplet: 43, DE and E0. RGB value is (67,222,224). Sum of RGB (Red+Green+Blue) = 67+222+224=513 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.06% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #43DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DEE0 is #BC211F. Grayscale: #AFAFAF. Windows color (decimal): -12329248 or 14736963. OLE color: 14736963.
HSL color Cylindrical-coordinate representation of color #43DEE0: hue angle of 180.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DEE0 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 222 | 224 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.12 |
| HSL | 180.76º | 0.72% | 0.57% | - |
| HSV(B) | 180.76º | 0.7% | 0.88% | - |
| XYZ | 41.89 | 58.82 | 79.67 | - |
| YUV | 175.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 224 | 0.70 | 0.01 | 0 | 0.12 | 180.76 | 0.72 | 0.57 |
| Hex | 43 | DE | E0 | 46 | 1 | 0 | C | B5 | 48 | 39 |
| Octal | 103 | 336 | 340 | 106 | 1 | 0 | 14 | 265 | 110 | 71 |
| Binary | 1000011 | 11011110 | 11100000 | 1000110 | 1 | 0 | 1100 | 10110101 | 1001000 | 111001 |
Color Harmonies of #43DEE0
Complementary color
Monochromatic Colors of #43DEE0
Black with #43DEE0
Text Example
Text Example
White with #43DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DEE0; }
p { color: rgb(67,222,224); }
H1.HeaderClassName
{
color: #43DEE0;
}
.AnyTagClassName
{
color: #43DEE0;
}
</style>
background-color css
<style>
a { background-color: #43DEE0; }
a { background-color: rgb(67,222,224); }
div.DivClassName
{
background-color: #43DEE0;
}
.BgClassName
{
background-color: #43DEE0;
}
</style>
border-color css
<style>
span { border-color: #43DEE0; }
span { border-color: rgb(67,222,224); }
td.TdClassName
{
border-color: #43DEE0;
}
.TagClassName
{
border-color: #43DEE0;
}
</style>