Shades of Turquoise #43DBDF
Tints of Turquoise #43DBDF
RGB
CMYK
RGB Variations
Color information
#43DBDF (or 0x43DBDF) is known color: Turquoise. HEX triplet: 43, DB and DF. RGB value is (67,219,223). Sum of RGB (Red+Green+Blue) = 67+219+223=509 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.16% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #43DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBDF is #BC2420. Grayscale: #ADADAD. Windows color (decimal): -12330017 or 14670659. OLE color: 14670659.
HSL color Cylindrical-coordinate representation of color #43DBDF: hue angle of 181.54º 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 #43DBDF is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 219 | 223 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.13 |
| HSL | 181.54º | 0.71% | 0.57% | - |
| HSV(B) | 181.54º | 0.7% | 0.87% | - |
| XYZ | 40.97 | 57.18 | 78.69 | - |
| YUV | 174.01 | 155.64 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 223 | 0.70 | 0.02 | 0 | 0.13 | 181.54 | 0.71 | 0.57 |
| Hex | 43 | DB | DF | 46 | 2 | 0 | D | B6 | 47 | 39 |
| Octal | 103 | 333 | 337 | 106 | 2 | 0 | 15 | 266 | 107 | 71 |
| Binary | 1000011 | 11011011 | 11011111 | 1000110 | 10 | 0 | 1101 | 10110110 | 1000111 | 111001 |
Color Harmonies of #43DBDF
Complementary color
Monochromatic Colors of #43DBDF
Black with #43DBDF
Text Example
Text Example
White with #43DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBDF; }
p { color: rgb(67,219,223); }
H1.HeaderClassName
{
color: #43DBDF;
}
.AnyTagClassName
{
color: #43DBDF;
}
</style>
background-color css
<style>
a { background-color: #43DBDF; }
a { background-color: rgb(67,219,223); }
div.DivClassName
{
background-color: #43DBDF;
}
.BgClassName
{
background-color: #43DBDF;
}
</style>
border-color css
<style>
span { border-color: #43DBDF; }
span { border-color: rgb(67,219,223); }
td.TdClassName
{
border-color: #43DBDF;
}
.TagClassName
{
border-color: #43DBDF;
}
</style>