Shades of Turquoise #44FDEF
Tints of Turquoise #44FDEF
RGB
CMYK
RGB Variations
Color information
#44FDEF (or 0x44FDEF) is known color: Turquoise. HEX triplet: 44, FD and EF. RGB value is (68,253,239). Sum of RGB (Red+Green+Blue) = 68+253+239=560 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.14% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #44FDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FDEF is #BB0210. Grayscale: #C3C3C3. Windows color (decimal): -12255761 or 15727940. OLE color: 15727940.
HSL color Cylindrical-coordinate representation of color #44FDEF: hue angle of 175.46º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FDEF is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 253 | 239 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.01 |
| HSL | 175.46º | 0.98% | 0.63% | - |
| HSV(B) | 175.46º | 0.73% | 0.99% | - |
| XYZ | 53.09 | 77.71 | 93.86 | - |
| YUV | 196.09 | 152.21 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 239 | 0.73 | 0 | 0.06 | 0.01 | 175.46 | 0.98 | 0.63 |
| Hex | 44 | FD | EF | 49 | 0 | 6 | 1 | AF | 62 | 3F |
| Octal | 104 | 375 | 357 | 111 | 0 | 6 | 1 | 257 | 142 | 77 |
| Binary | 1000100 | 11111101 | 11101111 | 1001001 | 0 | 110 | 1 | 10101111 | 1100010 | 111111 |
Color Harmonies of #44FDEF
Complementary color
Monochromatic Colors of #44FDEF
Black with #44FDEF
Text Example
Text Example
White with #44FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FDEF; }
p { color: rgb(68,253,239); }
H1.HeaderClassName
{
color: #44FDEF;
}
.AnyTagClassName
{
color: #44FDEF;
}
</style>
background-color css
<style>
a { background-color: #44FDEF; }
a { background-color: rgb(68,253,239); }
div.DivClassName
{
background-color: #44FDEF;
}
.BgClassName
{
background-color: #44FDEF;
}
</style>
border-color css
<style>
span { border-color: #44FDEF; }
span { border-color: rgb(68,253,239); }
td.TdClassName
{
border-color: #44FDEF;
}
.TagClassName
{
border-color: #44FDEF;
}
</style>