Shades of Medium Turquoise #43CADB
Tints of Medium Turquoise #43CADB
RGB
CMYK
RGB Variations
Color information
#43CADB (or 0x43CADB) is known color: Medium Turquoise. HEX triplet: 43, CA and DB. RGB value is (67,202,219). Sum of RGB (Red+Green+Blue) = 67+202+219=488 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.73% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #43CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CADB is #BC3524. Grayscale: #A3A3A3. Windows color (decimal): -12334373 or 14404163. OLE color: 14404163.
HSL color Cylindrical-coordinate representation of color #43CADB: hue angle of 186.71º 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 #43CADB is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 202 | 219 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.14 |
| HSL | 186.71º | 0.68% | 0.56% | - |
| HSV(B) | 186.71º | 0.69% | 0.86% | - |
| XYZ | 36.22 | 48.55 | 74.48 | - |
| YUV | 163.57 | 159.27 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 219 | 0.69 | 0.08 | 0 | 0.14 | 186.71 | 0.68 | 0.56 |
| Hex | 43 | CA | DB | 45 | 8 | 0 | E | BB | 44 | 38 |
| Octal | 103 | 312 | 333 | 105 | 10 | 0 | 16 | 273 | 104 | 70 |
| Binary | 1000011 | 11001010 | 11011011 | 1000101 | 1000 | 0 | 1110 | 10111011 | 1000100 | 111000 |
Color Harmonies of #43CADB
Complementary color
Monochromatic Colors of #43CADB
Black with #43CADB
Text Example
Text Example
White with #43CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CADB; }
p { color: rgb(67,202,219); }
H1.HeaderClassName
{
color: #43CADB;
}
.AnyTagClassName
{
color: #43CADB;
}
</style>
background-color css
<style>
a { background-color: #43CADB; }
a { background-color: rgb(67,202,219); }
div.DivClassName
{
background-color: #43CADB;
}
.BgClassName
{
background-color: #43CADB;
}
</style>
border-color css
<style>
span { border-color: #43CADB; }
span { border-color: rgb(67,202,219); }
td.TdClassName
{
border-color: #43CADB;
}
.TagClassName
{
border-color: #43CADB;
}
</style>