Shades of Turquoise #43DBDB
Tints of Turquoise #43DBDB
RGB
CMYK
RGB Variations
Color information
#43DBDB (or 0x43DBDB) is known color: Turquoise. HEX triplet: 43, DB and DB. RGB value is (67,219,219). Sum of RGB (Red+Green+Blue) = 67+219+219=505 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.27% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #43DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBDB is #BC2424. Grayscale: #ADADAD. Windows color (decimal): -12330021 or 14408515. OLE color: 14408515.
HSL color Cylindrical-coordinate representation of color #43DBDB: hue angle of 180º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DBDB is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 219 | - |
| CMYK | 0.69 | 0 | 0 | 0.14 |
| HSL | 180º | 0.68% | 0.56% | - |
| HSV(B) | 180º | 0.69% | 0.86% | - |
| XYZ | 40.43 | 56.97 | 75.88 | - |
| YUV | 173.55 | 153.64 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 219 | 0.69 | 0 | 0 | 0.14 | 180 | 0.68 | 0.56 |
| Hex | 43 | DB | DB | 45 | 0 | 0 | E | B4 | 44 | 38 |
| Octal | 103 | 333 | 333 | 105 | 0 | 0 | 16 | 264 | 104 | 70 |
| Binary | 1000011 | 11011011 | 11011011 | 1000101 | 0 | 0 | 1110 | 10110100 | 1000100 | 111000 |
Color Harmonies of #43DBDB
Complementary color
Monochromatic Colors of #43DBDB
Black with #43DBDB
Text Example
Text Example
White with #43DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBDB; }
p { color: rgb(67,219,219); }
H1.HeaderClassName
{
color: #43DBDB;
}
.AnyTagClassName
{
color: #43DBDB;
}
</style>
background-color css
<style>
a { background-color: #43DBDB; }
a { background-color: rgb(67,219,219); }
div.DivClassName
{
background-color: #43DBDB;
}
.BgClassName
{
background-color: #43DBDB;
}
</style>
border-color css
<style>
span { border-color: #43DBDB; }
span { border-color: rgb(67,219,219); }
td.TdClassName
{
border-color: #43DBDB;
}
.TagClassName
{
border-color: #43DBDB;
}
</style>