Shades of Turquoise #44E8CB
Tints of Turquoise #44E8CB
RGB
CMYK
RGB Variations
Color information
#44E8CB (or 0x44E8CB) is known color: Turquoise. HEX triplet: 44, E8 and CB. RGB value is (68,232,203). Sum of RGB (Red+Green+Blue) = 68+232+203=503 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.52% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #44E8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E8CB is #BB1734. Grayscale: #B3B3B3. Windows color (decimal): -12261173 or 13363268. OLE color: 13363268.
HSL color Cylindrical-coordinate representation of color #44E8CB: hue angle of 169.39º 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 #44E8CB is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 232 | 203 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.09 |
| HSL | 169.39º | 0.78% | 0.59% | - |
| HSV(B) | 169.39º | 0.71% | 0.91% | - |
| XYZ | 42.02 | 63.25 | 66.49 | - |
| YUV | 179.66 | 141.17 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 232 | 203 | 0.71 | 0 | 0.12 | 0.09 | 169.39 | 0.78 | 0.59 |
| Hex | 44 | E8 | CB | 47 | 0 | C | 9 | A9 | 4E | 3B |
| Octal | 104 | 350 | 313 | 107 | 0 | 14 | 11 | 251 | 116 | 73 |
| Binary | 1000100 | 11101000 | 11001011 | 1000111 | 0 | 1100 | 1001 | 10101001 | 1001110 | 111011 |
Color Harmonies of #44E8CB
Complementary color
Monochromatic Colors of #44E8CB
Black with #44E8CB
Text Example
Text Example
White with #44E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E8CB; }
p { color: rgb(68,232,203); }
H1.HeaderClassName
{
color: #44E8CB;
}
.AnyTagClassName
{
color: #44E8CB;
}
</style>
background-color css
<style>
a { background-color: #44E8CB; }
a { background-color: rgb(68,232,203); }
div.DivClassName
{
background-color: #44E8CB;
}
.BgClassName
{
background-color: #44E8CB;
}
</style>
border-color css
<style>
span { border-color: #44E8CB; }
span { border-color: rgb(68,232,203); }
td.TdClassName
{
border-color: #44E8CB;
}
.TagClassName
{
border-color: #44E8CB;
}
</style>