Shades of Turquoise #43DBBD
Tints of Turquoise #43DBBD
RGB
CMYK
RGB Variations
Color information
#43DBBD (or 0x43DBBD) is known color: Turquoise. HEX triplet: 43, DB and BD. RGB value is (67,219,189). Sum of RGB (Red+Green+Blue) = 67+219+189=475 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.11% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBBD is #BC2442. Grayscale: #AAAAAA. Windows color (decimal): -12330051 or 12442435. OLE color: 12442435.
HSL color Cylindrical-coordinate representation of color #43DBBD: hue angle of 168.16º 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 #43DBBD is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 189 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.14 |
| HSL | 168.16º | 0.68% | 0.56% | - |
| HSV(B) | 168.16º | 0.69% | 0.86% | - |
| XYZ | 36.83 | 55.53 | 56.92 | - |
| YUV | 170.13 | 138.64 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 189 | 0.69 | 0 | 0.14 | 0.14 | 168.16 | 0.68 | 0.56 |
| Hex | 43 | DB | BD | 45 | 0 | E | E | A8 | 44 | 38 |
| Octal | 103 | 333 | 275 | 105 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000011 | 11011011 | 10111101 | 1000101 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #43DBBD
Complementary color
Monochromatic Colors of #43DBBD
Black with #43DBBD
Text Example
Text Example
White with #43DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBBD; }
p { color: rgb(67,219,189); }
H1.HeaderClassName
{
color: #43DBBD;
}
.AnyTagClassName
{
color: #43DBBD;
}
</style>
background-color css
<style>
a { background-color: #43DBBD; }
a { background-color: rgb(67,219,189); }
div.DivClassName
{
background-color: #43DBBD;
}
.BgClassName
{
background-color: #43DBBD;
}
</style>
border-color css
<style>
span { border-color: #43DBBD; }
span { border-color: rgb(67,219,189); }
td.TdClassName
{
border-color: #43DBBD;
}
.TagClassName
{
border-color: #43DBBD;
}
</style>