Shades of Medium Turquoise #43CDDC
Tints of Medium Turquoise #43CDDC
RGB
CMYK
RGB Variations
Color information
#43CDDC (or 0x43CDDC) is known color: Medium Turquoise. HEX triplet: 43, CD and DC. RGB value is (67,205,220). Sum of RGB (Red+Green+Blue) = 67+205+220=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #43CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDDC is #BC3223. Grayscale: #A5A5A5. Windows color (decimal): -12333604 or 14470467. OLE color: 14470467.
HSL color Cylindrical-coordinate representation of color #43CDDC: hue angle of 185.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CDDC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 205 | 220 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.14 |
| HSL | 185.88º | 0.69% | 0.56% | - |
| HSV(B) | 185.88º | 0.7% | 0.86% | - |
| XYZ | 37.06 | 50.02 | 75.41 | - |
| YUV | 165.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 220 | 0.70 | 0.07 | 0 | 0.14 | 185.88 | 0.69 | 0.56 |
| Hex | 43 | CD | DC | 46 | 7 | 0 | E | BA | 45 | 38 |
| Octal | 103 | 315 | 334 | 106 | 7 | 0 | 16 | 272 | 105 | 70 |
| Binary | 1000011 | 11001101 | 11011100 | 1000110 | 111 | 0 | 1110 | 10111010 | 1000101 | 111000 |
Color Harmonies of #43CDDC
Complementary color
Monochromatic Colors of #43CDDC
Black with #43CDDC
Text Example
Text Example
White with #43CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CDDC; }
p { color: rgb(67,205,220); }
H1.HeaderClassName
{
color: #43CDDC;
}
.AnyTagClassName
{
color: #43CDDC;
}
</style>
background-color css
<style>
a { background-color: #43CDDC; }
a { background-color: rgb(67,205,220); }
div.DivClassName
{
background-color: #43CDDC;
}
.BgClassName
{
background-color: #43CDDC;
}
</style>
border-color css
<style>
span { border-color: #43CDDC; }
span { border-color: rgb(67,205,220); }
td.TdClassName
{
border-color: #43CDDC;
}
.TagClassName
{
border-color: #43CDDC;
}
</style>