Shades of Medium Turquoise #44CEDA
Tints of Medium Turquoise #44CEDA
RGB
CMYK
RGB Variations
Color information
#44CEDA (or 0x44CEDA) is known color: Medium Turquoise. HEX triplet: 44, CE and DA. RGB value is (68,206,218). Sum of RGB (Red+Green+Blue) = 68+206+218=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #44CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEDA is #BB3125. Grayscale: #A5A5A5. Windows color (decimal): -12267814 or 14339652. OLE color: 14339652.
HSL color Cylindrical-coordinate representation of color #44CEDA: hue angle of 184.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CEDA is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 206 | 218 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.15 |
| HSL | 184.8º | 0.67% | 0.56% | - |
| HSV(B) | 184.8º | 0.69% | 0.85% | - |
| XYZ | 37.11 | 50.43 | 74.11 | - |
| YUV | 166.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 218 | 0.69 | 0.06 | 0 | 0.15 | 184.8 | 0.67 | 0.56 |
| Hex | 44 | CE | DA | 45 | 6 | 0 | F | B9 | 43 | 38 |
| Octal | 104 | 316 | 332 | 105 | 6 | 0 | 17 | 271 | 103 | 70 |
| Binary | 1000100 | 11001110 | 11011010 | 1000101 | 110 | 0 | 1111 | 10111001 | 1000011 | 111000 |
Color Harmonies of #44CEDA
Complementary color
Monochromatic Colors of #44CEDA
Black with #44CEDA
Text Example
Text Example
White with #44CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CEDA; }
p { color: rgb(68,206,218); }
H1.HeaderClassName
{
color: #44CEDA;
}
.AnyTagClassName
{
color: #44CEDA;
}
</style>
background-color css
<style>
a { background-color: #44CEDA; }
a { background-color: rgb(68,206,218); }
div.DivClassName
{
background-color: #44CEDA;
}
.BgClassName
{
background-color: #44CEDA;
}
</style>
border-color css
<style>
span { border-color: #44CEDA; }
span { border-color: rgb(68,206,218); }
td.TdClassName
{
border-color: #44CEDA;
}
.TagClassName
{
border-color: #44CEDA;
}
</style>