Shades of Medium Turquoise #43CEDD
Tints of Medium Turquoise #43CEDD
RGB
CMYK
RGB Variations
Color information
#43CEDD (or 0x43CEDD) is known color: Medium Turquoise. HEX triplet: 43, CE and DD. RGB value is (67,206,221). Sum of RGB (Red+Green+Blue) = 67+206+221=494 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.56% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #43CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEDD is #BC3122. Grayscale: #A5A5A5. Windows color (decimal): -12333347 or 14536259. OLE color: 14536259.
HSL color Cylindrical-coordinate representation of color #43CEDD: hue angle of 185.84º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CEDD is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 206 | 221 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.13 |
| HSL | 185.84º | 0.69% | 0.56% | - |
| HSV(B) | 185.84º | 0.7% | 0.87% | - |
| XYZ | 37.44 | 50.56 | 76.19 | - |
| YUV | 166.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 221 | 0.70 | 0.07 | 0 | 0.13 | 185.84 | 0.69 | 0.56 |
| Hex | 43 | CE | DD | 46 | 7 | 0 | D | BA | 45 | 38 |
| Octal | 103 | 316 | 335 | 106 | 7 | 0 | 15 | 272 | 105 | 70 |
| Binary | 1000011 | 11001110 | 11011101 | 1000110 | 111 | 0 | 1101 | 10111010 | 1000101 | 111000 |
Color Harmonies of #43CEDD
Complementary color
Monochromatic Colors of #43CEDD
Black with #43CEDD
Text Example
Text Example
White with #43CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEDD; }
p { color: rgb(67,206,221); }
H1.HeaderClassName
{
color: #43CEDD;
}
.AnyTagClassName
{
color: #43CEDD;
}
</style>
background-color css
<style>
a { background-color: #43CEDD; }
a { background-color: rgb(67,206,221); }
div.DivClassName
{
background-color: #43CEDD;
}
.BgClassName
{
background-color: #43CEDD;
}
</style>
border-color css
<style>
span { border-color: #43CEDD; }
span { border-color: rgb(67,206,221); }
td.TdClassName
{
border-color: #43CEDD;
}
.TagClassName
{
border-color: #43CEDD;
}
</style>