Shades of Turquoise #43DFCC
Tints of Turquoise #43DFCC
RGB
CMYK
RGB Variations
Color information
#43DFCC (or 0x43DFCC) is known color: Turquoise. HEX triplet: 43, DF and CC. RGB value is (67,223,204). Sum of RGB (Red+Green+Blue) = 67+223+204=494 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.56% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFCC is #BC2033. Grayscale: #AEAEAE. Windows color (decimal): -12329012 or 13426499. OLE color: 13426499.
HSL color Cylindrical-coordinate representation of color #43DFCC: hue angle of 172.69º degrees, saturation: 0.71, 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 #43DFCC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 223 | 204 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.13 |
| HSL | 172.69º | 0.71% | 0.57% | - |
| HSV(B) | 172.69º | 0.7% | 0.87% | - |
| XYZ | 39.6 | 58.33 | 66.3 | - |
| YUV | 174.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 223 | 204 | 0.70 | 0 | 0.09 | 0.13 | 172.69 | 0.71 | 0.57 |
| Hex | 43 | DF | CC | 46 | 0 | 9 | D | AD | 47 | 39 |
| Octal | 103 | 337 | 314 | 106 | 0 | 11 | 15 | 255 | 107 | 71 |
| Binary | 1000011 | 11011111 | 11001100 | 1000110 | 0 | 1001 | 1101 | 10101101 | 1000111 | 111001 |
Color Harmonies of #43DFCC
Complementary color
Monochromatic Colors of #43DFCC
Black with #43DFCC
Text Example
Text Example
White with #43DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DFCC; }
p { color: rgb(67,223,204); }
H1.HeaderClassName
{
color: #43DFCC;
}
.AnyTagClassName
{
color: #43DFCC;
}
</style>
background-color css
<style>
a { background-color: #43DFCC; }
a { background-color: rgb(67,223,204); }
div.DivClassName
{
background-color: #43DFCC;
}
.BgClassName
{
background-color: #43DFCC;
}
</style>
border-color css
<style>
span { border-color: #43DFCC; }
span { border-color: rgb(67,223,204); }
td.TdClassName
{
border-color: #43DFCC;
}
.TagClassName
{
border-color: #43DFCC;
}
</style>