Shades of Turquoise #44EFF7
Tints of Turquoise #44EFF7
RGB
CMYK
RGB Variations
Color information
#44EFF7 (or 0x44EFF7) is known color: Turquoise. HEX triplet: 44, EF and F7. RGB value is (68,239,247). Sum of RGB (Red+Green+Blue) = 68+239+247=554 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.27% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #44EFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EFF7 is #BB1008. Grayscale: #BCBCBC. Windows color (decimal): -12259337 or 16248644. OLE color: 16248644.
HSL color Cylindrical-coordinate representation of color #44EFF7: hue angle of 182.68º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFF7 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 239 | 247 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.03 |
| HSL | 182.68º | 0.92% | 0.62% | - |
| HSV(B) | 182.68º | 0.72% | 0.97% | - |
| XYZ | 50.04 | 69.68 | 98.81 | - |
| YUV | 188.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 247 | 0.72 | 0.03 | 0 | 0.03 | 182.68 | 0.92 | 0.62 |
| Hex | 44 | EF | F7 | 48 | 3 | 0 | 3 | B7 | 5C | 3E |
| Octal | 104 | 357 | 367 | 110 | 3 | 0 | 3 | 267 | 134 | 76 |
| Binary | 1000100 | 11101111 | 11110111 | 1001000 | 11 | 0 | 11 | 10110111 | 1011100 | 111110 |
Color Harmonies of #44EFF7
Complementary color
Monochromatic Colors of #44EFF7
Black with #44EFF7
Text Example
Text Example
White with #44EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFF7; }
p { color: rgb(68,239,247); }
H1.HeaderClassName
{
color: #44EFF7;
}
.AnyTagClassName
{
color: #44EFF7;
}
</style>
background-color css
<style>
a { background-color: #44EFF7; }
a { background-color: rgb(68,239,247); }
div.DivClassName
{
background-color: #44EFF7;
}
.BgClassName
{
background-color: #44EFF7;
}
</style>
border-color css
<style>
span { border-color: #44EFF7; }
span { border-color: rgb(68,239,247); }
td.TdClassName
{
border-color: #44EFF7;
}
.TagClassName
{
border-color: #44EFF7;
}
</style>