Shades of Turquoise #44EDEF
Tints of Turquoise #44EDEF
RGB
CMYK
RGB Variations
Color information
#44EDEF (or 0x44EDEF) is known color: Turquoise. HEX triplet: 44, ED and EF. RGB value is (68,237,239). Sum of RGB (Red+Green+Blue) = 68+237+239=544 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.5% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #44EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EDEF is #BB1210. Grayscale: #BABABA. Windows color (decimal): -12259857 or 15723844. OLE color: 15723844.
HSL color Cylindrical-coordinate representation of color #44EDEF: hue angle of 180.7º 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 #44EDEF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 237 | 239 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.06 |
| HSL | 180.7º | 0.84% | 0.6% | - |
| HSV(B) | 180.7º | 0.72% | 0.94% | - |
| XYZ | 48.25 | 68.03 | 92.25 | - |
| YUV | 186.7 | 157.51 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 237 | 239 | 0.72 | 0.01 | 0 | 0.06 | 180.7 | 0.84 | 0.6 |
| Hex | 44 | ED | EF | 48 | 1 | 0 | 6 | B5 | 54 | 3C |
| Octal | 104 | 355 | 357 | 110 | 1 | 0 | 6 | 265 | 124 | 74 |
| Binary | 1000100 | 11101101 | 11101111 | 1001000 | 1 | 0 | 110 | 10110101 | 1010100 | 111100 |
Color Harmonies of #44EDEF
Complementary color
Monochromatic Colors of #44EDEF
Black with #44EDEF
Text Example
Text Example
White with #44EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EDEF; }
p { color: rgb(68,237,239); }
H1.HeaderClassName
{
color: #44EDEF;
}
.AnyTagClassName
{
color: #44EDEF;
}
</style>
background-color css
<style>
a { background-color: #44EDEF; }
a { background-color: rgb(68,237,239); }
div.DivClassName
{
background-color: #44EDEF;
}
.BgClassName
{
background-color: #44EDEF;
}
</style>
border-color css
<style>
span { border-color: #44EDEF; }
span { border-color: rgb(68,237,239); }
td.TdClassName
{
border-color: #44EDEF;
}
.TagClassName
{
border-color: #44EDEF;
}
</style>