Shades of Turquoise #44DCED
Tints of Turquoise #44DCED
RGB
CMYK
RGB Variations
Color information
#44DCED (or 0x44DCED) is known color: Turquoise. HEX triplet: 44, DC and ED. RGB value is (68,220,237). Sum of RGB (Red+Green+Blue) = 68+220+237=525 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.95% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #44DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCED is #BB2312. Grayscale: #B0B0B0. Windows color (decimal): -12264211 or 15588420. OLE color: 15588420.
HSL color Cylindrical-coordinate representation of color #44DCED: hue angle of 186.04º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44DCED is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 220 | 237 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.07 |
| HSL | 186.04º | 0.82% | 0.6% | - |
| HSV(B) | 186.04º | 0.71% | 0.93% | - |
| XYZ | 43.26 | 58.53 | 89.14 | - |
| YUV | 176.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 237 | 0.71 | 0.07 | 0 | 0.07 | 186.04 | 0.82 | 0.6 |
| Hex | 44 | DC | ED | 47 | 7 | 0 | 7 | BA | 52 | 3C |
| Octal | 104 | 334 | 355 | 107 | 7 | 0 | 7 | 272 | 122 | 74 |
| Binary | 1000100 | 11011100 | 11101101 | 1000111 | 111 | 0 | 111 | 10111010 | 1010010 | 111100 |
Color Harmonies of #44DCED
Complementary color
Monochromatic Colors of #44DCED
Black with #44DCED
Text Example
Text Example
White with #44DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCED; }
p { color: rgb(68,220,237); }
H1.HeaderClassName
{
color: #44DCED;
}
.AnyTagClassName
{
color: #44DCED;
}
</style>
background-color css
<style>
a { background-color: #44DCED; }
a { background-color: rgb(68,220,237); }
div.DivClassName
{
background-color: #44DCED;
}
.BgClassName
{
background-color: #44DCED;
}
</style>
border-color css
<style>
span { border-color: #44DCED; }
span { border-color: rgb(68,220,237); }
td.TdClassName
{
border-color: #44DCED;
}
.TagClassName
{
border-color: #44DCED;
}
</style>