Shades of Medium Turquoise #44CFE8
Tints of Medium Turquoise #44CFE8
RGB
CMYK
RGB Variations
Color information
#44CFE8 (or 0x44CFE8) is known color: Medium Turquoise. HEX triplet: 44, CF and E8. RGB value is (68,207,232). Sum of RGB (Red+Green+Blue) = 68+207+232=507 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.41% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #44CFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44CFE8 is #BB3017. Grayscale: #A8A8A8. Windows color (decimal): -12267544 or 15257412. OLE color: 15257412.
HSL color Cylindrical-coordinate representation of color #44CFE8: hue angle of 189.15º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44CFE8 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 207 | 232 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.09 |
| HSL | 189.15º | 0.78% | 0.59% | - |
| HSV(B) | 189.15º | 0.71% | 0.91% | - |
| XYZ | 39.26 | 51.68 | 84.25 | - |
| YUV | 168.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 232 | 0.71 | 0.11 | 0 | 0.09 | 189.15 | 0.78 | 0.59 |
| Hex | 44 | CF | E8 | 47 | B | 0 | 9 | BD | 4E | 3B |
| Octal | 104 | 317 | 350 | 107 | 13 | 0 | 11 | 275 | 116 | 73 |
| Binary | 1000100 | 11001111 | 11101000 | 1000111 | 1011 | 0 | 1001 | 10111101 | 1001110 | 111011 |
Color Harmonies of #44CFE8
Complementary color
Monochromatic Colors of #44CFE8
Black with #44CFE8
Text Example
Text Example
White with #44CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFE8; }
p { color: rgb(68,207,232); }
H1.HeaderClassName
{
color: #44CFE8;
}
.AnyTagClassName
{
color: #44CFE8;
}
</style>
background-color css
<style>
a { background-color: #44CFE8; }
a { background-color: rgb(68,207,232); }
div.DivClassName
{
background-color: #44CFE8;
}
.BgClassName
{
background-color: #44CFE8;
}
</style>
border-color css
<style>
span { border-color: #44CFE8; }
span { border-color: rgb(68,207,232); }
td.TdClassName
{
border-color: #44CFE8;
}
.TagClassName
{
border-color: #44CFE8;
}
</style>