Shades of Turquoise #43DCDF
Tints of Turquoise #43DCDF
RGB
CMYK
RGB Variations
Color information
#43DCDF (or 0x43DCDF) is known color: Turquoise. HEX triplet: 43, DC and DF. RGB value is (67,220,223). Sum of RGB (Red+Green+Blue) = 67+220+223=510 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.14% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #43DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DCDF is #BC2320. Grayscale: #AEAEAE. Windows color (decimal): -12329761 or 14670915. OLE color: 14670915.
HSL color Cylindrical-coordinate representation of color #43DCDF: hue angle of 181.15º 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 #43DCDF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 220 | 223 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.13 |
| HSL | 181.15º | 0.71% | 0.57% | - |
| HSV(B) | 181.15º | 0.7% | 0.87% | - |
| XYZ | 41.23 | 57.71 | 78.78 | - |
| YUV | 174.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 223 | 0.70 | 0.01 | 0 | 0.13 | 181.15 | 0.71 | 0.57 |
| Hex | 43 | DC | DF | 46 | 1 | 0 | D | B5 | 47 | 39 |
| Octal | 103 | 334 | 337 | 106 | 1 | 0 | 15 | 265 | 107 | 71 |
| Binary | 1000011 | 11011100 | 11011111 | 1000110 | 1 | 0 | 1101 | 10110101 | 1000111 | 111001 |
Color Harmonies of #43DCDF
Complementary color
Monochromatic Colors of #43DCDF
Black with #43DCDF
Text Example
Text Example
White with #43DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCDF; }
p { color: rgb(67,220,223); }
H1.HeaderClassName
{
color: #43DCDF;
}
.AnyTagClassName
{
color: #43DCDF;
}
</style>
background-color css
<style>
a { background-color: #43DCDF; }
a { background-color: rgb(67,220,223); }
div.DivClassName
{
background-color: #43DCDF;
}
.BgClassName
{
background-color: #43DCDF;
}
</style>
border-color css
<style>
span { border-color: #43DCDF; }
span { border-color: rgb(67,220,223); }
td.TdClassName
{
border-color: #43DCDF;
}
.TagClassName
{
border-color: #43DCDF;
}
</style>