Shades of Medium Turquoise #44CEDD
Tints of Medium Turquoise #44CEDD
RGB
CMYK
RGB Variations
Color information
#44CEDD (or 0x44CEDD) is known color: Medium Turquoise. HEX triplet: 44, CE and DD. RGB value is (68,206,221). Sum of RGB (Red+Green+Blue) = 68+206+221=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #44CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEDD is #BB3122. Grayscale: #A6A6A6. Windows color (decimal): -12267811 or 14536260. OLE color: 14536260.
HSL color Cylindrical-coordinate representation of color #44CEDD: hue angle of 185.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CEDD is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 206 | 221 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.13 |
| HSL | 185.88º | 0.69% | 0.57% | - |
| HSV(B) | 185.88º | 0.69% | 0.87% | - |
| XYZ | 37.51 | 50.59 | 76.2 | - |
| YUV | 166.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 221 | 0.69 | 0.07 | 0 | 0.13 | 185.88 | 0.69 | 0.57 |
| Hex | 44 | CE | DD | 45 | 7 | 0 | D | BA | 45 | 39 |
| Octal | 104 | 316 | 335 | 105 | 7 | 0 | 15 | 272 | 105 | 71 |
| Binary | 1000100 | 11001110 | 11011101 | 1000101 | 111 | 0 | 1101 | 10111010 | 1000101 | 111001 |
Color Harmonies of #44CEDD
Complementary color
Monochromatic Colors of #44CEDD
Black with #44CEDD
Text Example
Text Example
White with #44CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CEDD; }
p { color: rgb(68,206,221); }
H1.HeaderClassName
{
color: #44CEDD;
}
.AnyTagClassName
{
color: #44CEDD;
}
</style>
background-color css
<style>
a { background-color: #44CEDD; }
a { background-color: rgb(68,206,221); }
div.DivClassName
{
background-color: #44CEDD;
}
.BgClassName
{
background-color: #44CEDD;
}
</style>
border-color css
<style>
span { border-color: #44CEDD; }
span { border-color: rgb(68,206,221); }
td.TdClassName
{
border-color: #44CEDD;
}
.TagClassName
{
border-color: #44CEDD;
}
</style>