Shades of Turquoise #44DBEC
Tints of Turquoise #44DBEC
RGB
CMYK
RGB Variations
Color information
#44DBEC (or 0x44DBEC) is known color: Turquoise. HEX triplet: 44, DB and EC. RGB value is (68,219,236). Sum of RGB (Red+Green+Blue) = 68+219+236=523 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.00% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #44DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBEC is #BB2413. Grayscale: #AFAFAF. Windows color (decimal): -12264468 or 15522628. OLE color: 15522628.
HSL color Cylindrical-coordinate representation of color #44DBEC: hue angle of 186.07º 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 #44DBEC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 219 | 236 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.07 |
| HSL | 186.07º | 0.82% | 0.6% | - |
| HSV(B) | 186.07º | 0.71% | 0.93% | - |
| XYZ | 42.86 | 57.95 | 88.28 | - |
| YUV | 175.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 236 | 0.71 | 0.07 | 0 | 0.07 | 186.07 | 0.82 | 0.6 |
| Hex | 44 | DB | EC | 47 | 7 | 0 | 7 | BA | 52 | 3C |
| Octal | 104 | 333 | 354 | 107 | 7 | 0 | 7 | 272 | 122 | 74 |
| Binary | 1000100 | 11011011 | 11101100 | 1000111 | 111 | 0 | 111 | 10111010 | 1010010 | 111100 |
Color Harmonies of #44DBEC
Complementary color
Monochromatic Colors of #44DBEC
Black with #44DBEC
Text Example
Text Example
White with #44DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBEC; }
p { color: rgb(68,219,236); }
H1.HeaderClassName
{
color: #44DBEC;
}
.AnyTagClassName
{
color: #44DBEC;
}
</style>
background-color css
<style>
a { background-color: #44DBEC; }
a { background-color: rgb(68,219,236); }
div.DivClassName
{
background-color: #44DBEC;
}
.BgClassName
{
background-color: #44DBEC;
}
</style>
border-color css
<style>
span { border-color: #44DBEC; }
span { border-color: rgb(68,219,236); }
td.TdClassName
{
border-color: #44DBEC;
}
.TagClassName
{
border-color: #44DBEC;
}
</style>