Shades of Turquoise #44EFF5
Tints of Turquoise #44EFF5
RGB
CMYK
RGB Variations
Color information
#44EFF5 (or 0x44EFF5) is known color: Turquoise. HEX triplet: 44, EF and F5. RGB value is (68,239,245). Sum of RGB (Red+Green+Blue) = 68+239+245=552 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.32% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #44EFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EFF5 is #BB100A. Grayscale: #BCBCBC. Windows color (decimal): -12259339 or 16117572. OLE color: 16117572.
HSL color Cylindrical-coordinate representation of color #44EFF5: hue angle of 182.03º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFF5 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 239 | 245 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.04 |
| HSL | 182.03º | 0.9% | 0.61% | - |
| HSV(B) | 182.03º | 0.72% | 0.96% | - |
| XYZ | 49.73 | 69.55 | 97.19 | - |
| YUV | 188.56 | 159.85 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 245 | 0.72 | 0.02 | 0 | 0.04 | 182.03 | 0.9 | 0.61 |
| Hex | 44 | EF | F5 | 48 | 2 | 0 | 4 | B6 | 5A | 3D |
| Octal | 104 | 357 | 365 | 110 | 2 | 0 | 4 | 266 | 132 | 75 |
| Binary | 1000100 | 11101111 | 11110101 | 1001000 | 10 | 0 | 100 | 10110110 | 1011010 | 111101 |
Color Harmonies of #44EFF5
Complementary color
Monochromatic Colors of #44EFF5
Black with #44EFF5
Text Example
Text Example
White with #44EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFF5; }
p { color: rgb(68,239,245); }
H1.HeaderClassName
{
color: #44EFF5;
}
.AnyTagClassName
{
color: #44EFF5;
}
</style>
background-color css
<style>
a { background-color: #44EFF5; }
a { background-color: rgb(68,239,245); }
div.DivClassName
{
background-color: #44EFF5;
}
.BgClassName
{
background-color: #44EFF5;
}
</style>
border-color css
<style>
span { border-color: #44EFF5; }
span { border-color: rgb(68,239,245); }
td.TdClassName
{
border-color: #44EFF5;
}
.TagClassName
{
border-color: #44EFF5;
}
</style>