Shades of Medium Turquoise #43CDDB
Tints of Medium Turquoise #43CDDB
RGB
CMYK
RGB Variations
Color information
#43CDDB (or 0x43CDDB) is known color: Medium Turquoise. HEX triplet: 43, CD and DB. RGB value is (67,205,219). Sum of RGB (Red+Green+Blue) = 67+205+219=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #43CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDDB is #BC3224. Grayscale: #A5A5A5. Windows color (decimal): -12333605 or 14404931. OLE color: 14404931.
HSL color Cylindrical-coordinate representation of color #43CDDB: hue angle of 185.53º 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 #43CDDB is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 205 | 219 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.14 |
| HSL | 185.53º | 0.68% | 0.56% | - |
| HSV(B) | 185.53º | 0.69% | 0.86% | - |
| XYZ | 36.93 | 49.97 | 74.72 | - |
| YUV | 165.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 219 | 0.69 | 0.06 | 0 | 0.14 | 185.53 | 0.68 | 0.56 |
| Hex | 43 | CD | DB | 45 | 6 | 0 | E | BA | 44 | 38 |
| Octal | 103 | 315 | 333 | 105 | 6 | 0 | 16 | 272 | 104 | 70 |
| Binary | 1000011 | 11001101 | 11011011 | 1000101 | 110 | 0 | 1110 | 10111010 | 1000100 | 111000 |
Color Harmonies of #43CDDB
Complementary color
Monochromatic Colors of #43CDDB
Black with #43CDDB
Text Example
Text Example
White with #43CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CDDB; }
p { color: rgb(67,205,219); }
H1.HeaderClassName
{
color: #43CDDB;
}
.AnyTagClassName
{
color: #43CDDB;
}
</style>
background-color css
<style>
a { background-color: #43CDDB; }
a { background-color: rgb(67,205,219); }
div.DivClassName
{
background-color: #43CDDB;
}
.BgClassName
{
background-color: #43CDDB;
}
</style>
border-color css
<style>
span { border-color: #43CDDB; }
span { border-color: rgb(67,205,219); }
td.TdClassName
{
border-color: #43CDDB;
}
.TagClassName
{
border-color: #43CDDB;
}
</style>