Shades of Turquoise #44DCEF
Tints of Turquoise #44DCEF
RGB
CMYK
RGB Variations
Color information
#44DCEF (or 0x44DCEF) is known color: Turquoise. HEX triplet: 44, DC and EF. RGB value is (68,220,239). Sum of RGB (Red+Green+Blue) = 68+220+239=527 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.90% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #44DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCEF is #BB2310. Grayscale: #B0B0B0. Windows color (decimal): -12264209 or 15719492. OLE color: 15719492.
HSL color Cylindrical-coordinate representation of color #44DCEF: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DCEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 220 | 239 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.06 |
| HSL | 186.67º | 0.84% | 0.6% | - |
| HSV(B) | 186.67º | 0.72% | 0.94% | - |
| XYZ | 43.56 | 58.65 | 90.69 | - |
| YUV | 176.72 | 163.14 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 239 | 0.72 | 0.08 | 0 | 0.06 | 186.67 | 0.84 | 0.6 |
| Hex | 44 | DC | EF | 48 | 8 | 0 | 6 | BB | 54 | 3C |
| Octal | 104 | 334 | 357 | 110 | 10 | 0 | 6 | 273 | 124 | 74 |
| Binary | 1000100 | 11011100 | 11101111 | 1001000 | 1000 | 0 | 110 | 10111011 | 1010100 | 111100 |
Color Harmonies of #44DCEF
Complementary color
Monochromatic Colors of #44DCEF
Black with #44DCEF
Text Example
Text Example
White with #44DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCEF; }
p { color: rgb(68,220,239); }
H1.HeaderClassName
{
color: #44DCEF;
}
.AnyTagClassName
{
color: #44DCEF;
}
</style>
background-color css
<style>
a { background-color: #44DCEF; }
a { background-color: rgb(68,220,239); }
div.DivClassName
{
background-color: #44DCEF;
}
.BgClassName
{
background-color: #44DCEF;
}
</style>
border-color css
<style>
span { border-color: #44DCEF; }
span { border-color: rgb(68,220,239); }
td.TdClassName
{
border-color: #44DCEF;
}
.TagClassName
{
border-color: #44DCEF;
}
</style>