Shades of Turquoise #43DECA
Tints of Turquoise #43DECA
RGB
CMYK
RGB Variations
Color information
#43DECA (or 0x43DECA) is known color: Turquoise. HEX triplet: 43, DE and CA. RGB value is (67,222,202). Sum of RGB (Red+Green+Blue) = 67+222+202=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #43DECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DECA is #BC2135. Grayscale: #ADADAD. Windows color (decimal): -12329270 or 13295171. OLE color: 13295171.
HSL color Cylindrical-coordinate representation of color #43DECA: hue angle of 172.26º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DECA is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 222 | 202 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.13 |
| HSL | 172.26º | 0.7% | 0.57% | - |
| HSV(B) | 172.26º | 0.7% | 0.87% | - |
| XYZ | 39.1 | 57.7 | 64.95 | - |
| YUV | 173.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 202 | 0.70 | 0 | 0.09 | 0.13 | 172.26 | 0.7 | 0.57 |
| Hex | 43 | DE | CA | 46 | 0 | 9 | D | AC | 46 | 39 |
| Octal | 103 | 336 | 312 | 106 | 0 | 11 | 15 | 254 | 106 | 71 |
| Binary | 1000011 | 11011110 | 11001010 | 1000110 | 0 | 1001 | 1101 | 10101100 | 1000110 | 111001 |
Color Harmonies of #43DECA
Complementary color
Monochromatic Colors of #43DECA
Black with #43DECA
Text Example
Text Example
White with #43DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DECA; }
p { color: rgb(67,222,202); }
H1.HeaderClassName
{
color: #43DECA;
}
.AnyTagClassName
{
color: #43DECA;
}
</style>
background-color css
<style>
a { background-color: #43DECA; }
a { background-color: rgb(67,222,202); }
div.DivClassName
{
background-color: #43DECA;
}
.BgClassName
{
background-color: #43DECA;
}
</style>
border-color css
<style>
span { border-color: #43DECA; }
span { border-color: rgb(67,222,202); }
td.TdClassName
{
border-color: #43DECA;
}
.TagClassName
{
border-color: #43DECA;
}
</style>