Shades of Turquoise #43DBDC
Tints of Turquoise #43DBDC
RGB
CMYK
RGB Variations
Color information
#43DBDC (or 0x43DBDC) is known color: Turquoise. HEX triplet: 43, DB and DC. RGB value is (67,219,220). Sum of RGB (Red+Green+Blue) = 67+219+220=506 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.24% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #43DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBDC is #BC2423. Grayscale: #ADADAD. Windows color (decimal): -12330020 or 14474051. OLE color: 14474051.
HSL color Cylindrical-coordinate representation of color #43DBDC: hue angle of 180.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DBDC is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 220 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.14 |
| HSL | 180.39º | 0.69% | 0.56% | - |
| HSV(B) | 180.39º | 0.7% | 0.86% | - |
| XYZ | 40.56 | 57.02 | 76.58 | - |
| YUV | 173.67 | 154.14 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 220 | 0.70 | 0.00 | 0 | 0.14 | 180.39 | 0.69 | 0.56 |
| Hex | 43 | DB | DC | 46 | 0 | 0 | E | B4 | 45 | 38 |
| Octal | 103 | 333 | 334 | 106 | 0 | 0 | 16 | 264 | 105 | 70 |
| Binary | 1000011 | 11011011 | 11011100 | 1000110 | 0 | 0 | 1110 | 10110100 | 1000101 | 111000 |
Color Harmonies of #43DBDC
Complementary color
Monochromatic Colors of #43DBDC
Black with #43DBDC
Text Example
Text Example
White with #43DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBDC; }
p { color: rgb(67,219,220); }
H1.HeaderClassName
{
color: #43DBDC;
}
.AnyTagClassName
{
color: #43DBDC;
}
</style>
background-color css
<style>
a { background-color: #43DBDC; }
a { background-color: rgb(67,219,220); }
div.DivClassName
{
background-color: #43DBDC;
}
.BgClassName
{
background-color: #43DBDC;
}
</style>
border-color css
<style>
span { border-color: #43DBDC; }
span { border-color: rgb(67,219,220); }
td.TdClassName
{
border-color: #43DBDC;
}
.TagClassName
{
border-color: #43DBDC;
}
</style>