Shades of Turquoise #43DFDD
Tints of Turquoise #43DFDD
RGB
CMYK
RGB Variations
Color information
#43DFDD (or 0x43DFDD) is known color: Turquoise. HEX triplet: 43, DF and DD. RGB value is (67,223,221). Sum of RGB (Red+Green+Blue) = 67+223+221=511 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.11% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFDD is #BC2022. Grayscale: #AFAFAF. Windows color (decimal): -12328995 or 14540611. OLE color: 14540611.
HSL color Cylindrical-coordinate representation of color #43DFDD: hue angle of 179.23º 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 #43DFDD is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 223 | 221 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.13 |
| HSL | 179.23º | 0.71% | 0.57% | - |
| HSV(B) | 179.23º | 0.7% | 0.87% | - |
| XYZ | 41.75 | 59.19 | 77.63 | - |
| YUV | 176.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 223 | 221 | 0.70 | 0 | 0.01 | 0.13 | 179.23 | 0.71 | 0.57 |
| Hex | 43 | DF | DD | 46 | 0 | 1 | D | B3 | 47 | 39 |
| Octal | 103 | 337 | 335 | 106 | 0 | 1 | 15 | 263 | 107 | 71 |
| Binary | 1000011 | 11011111 | 11011101 | 1000110 | 0 | 1 | 1101 | 10110011 | 1000111 | 111001 |
Color Harmonies of #43DFDD
Complementary color
Monochromatic Colors of #43DFDD
Black with #43DFDD
Text Example
Text Example
White with #43DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DFDD; }
p { color: rgb(67,223,221); }
H1.HeaderClassName
{
color: #43DFDD;
}
.AnyTagClassName
{
color: #43DFDD;
}
</style>
background-color css
<style>
a { background-color: #43DFDD; }
a { background-color: rgb(67,223,221); }
div.DivClassName
{
background-color: #43DFDD;
}
.BgClassName
{
background-color: #43DFDD;
}
</style>
border-color css
<style>
span { border-color: #43DFDD; }
span { border-color: rgb(67,223,221); }
td.TdClassName
{
border-color: #43DFDD;
}
.TagClassName
{
border-color: #43DFDD;
}
</style>