Shades of Medium Turquoise #43CEDB
Tints of Medium Turquoise #43CEDB
RGB
CMYK
RGB Variations
Color information
#43CEDB (or 0x43CEDB) is known color: Medium Turquoise. HEX triplet: 43, CE and DB. RGB value is (67,206,219). Sum of RGB (Red+Green+Blue) = 67+206+219=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #43CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEDB is #BC3124. Grayscale: #A5A5A5. Windows color (decimal): -12333349 or 14405187. OLE color: 14405187.
HSL color Cylindrical-coordinate representation of color #43CEDB: hue angle of 185.13º 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 #43CEDB is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 206 | 219 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.14 |
| HSL | 185.13º | 0.68% | 0.56% | - |
| HSV(B) | 185.13º | 0.69% | 0.86% | - |
| XYZ | 37.17 | 50.45 | 74.8 | - |
| YUV | 165.92 | 157.95 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 219 | 0.69 | 0.06 | 0 | 0.14 | 185.13 | 0.68 | 0.56 |
| Hex | 43 | CE | DB | 45 | 6 | 0 | E | B9 | 44 | 38 |
| Octal | 103 | 316 | 333 | 105 | 6 | 0 | 16 | 271 | 104 | 70 |
| Binary | 1000011 | 11001110 | 11011011 | 1000101 | 110 | 0 | 1110 | 10111001 | 1000100 | 111000 |
Color Harmonies of #43CEDB
Complementary color
Monochromatic Colors of #43CEDB
Black with #43CEDB
Text Example
Text Example
White with #43CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEDB; }
p { color: rgb(67,206,219); }
H1.HeaderClassName
{
color: #43CEDB;
}
.AnyTagClassName
{
color: #43CEDB;
}
</style>
background-color css
<style>
a { background-color: #43CEDB; }
a { background-color: rgb(67,206,219); }
div.DivClassName
{
background-color: #43CEDB;
}
.BgClassName
{
background-color: #43CEDB;
}
</style>
border-color css
<style>
span { border-color: #43CEDB; }
span { border-color: rgb(67,206,219); }
td.TdClassName
{
border-color: #43CEDB;
}
.TagClassName
{
border-color: #43CEDB;
}
</style>