Shades of Medium Turquoise #44CFEC
Tints of Medium Turquoise #44CFEC
RGB
CMYK
RGB Variations
Color information
#44CFEC (or 0x44CFEC) is known color: Medium Turquoise. HEX triplet: 44, CF and EC. RGB value is (68,207,236). Sum of RGB (Red+Green+Blue) = 68+207+236=511 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.31% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #44CFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44CFEC is #BB3013. Grayscale: #A8A8A8. Windows color (decimal): -12267540 or 15519556. OLE color: 15519556.
HSL color Cylindrical-coordinate representation of color #44CFEC: hue angle of 190.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44CFEC is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 207 | 236 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.07 |
| HSL | 190.36º | 0.82% | 0.6% | - |
| HSV(B) | 190.36º | 0.71% | 0.93% | - |
| XYZ | 39.84 | 51.91 | 87.28 | - |
| YUV | 168.75 | 165.95 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 236 | 0.71 | 0.12 | 0 | 0.07 | 190.36 | 0.82 | 0.6 |
| Hex | 44 | CF | EC | 47 | C | 0 | 7 | BE | 52 | 3C |
| Octal | 104 | 317 | 354 | 107 | 14 | 0 | 7 | 276 | 122 | 74 |
| Binary | 1000100 | 11001111 | 11101100 | 1000111 | 1100 | 0 | 111 | 10111110 | 1010010 | 111100 |
Color Harmonies of #44CFEC
Complementary color
Monochromatic Colors of #44CFEC
Black with #44CFEC
Text Example
Text Example
White with #44CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFEC; }
p { color: rgb(68,207,236); }
H1.HeaderClassName
{
color: #44CFEC;
}
.AnyTagClassName
{
color: #44CFEC;
}
</style>
background-color css
<style>
a { background-color: #44CFEC; }
a { background-color: rgb(68,207,236); }
div.DivClassName
{
background-color: #44CFEC;
}
.BgClassName
{
background-color: #44CFEC;
}
</style>
border-color css
<style>
span { border-color: #44CFEC; }
span { border-color: rgb(68,207,236); }
td.TdClassName
{
border-color: #44CFEC;
}
.TagClassName
{
border-color: #44CFEC;
}
</style>