Shades of Turquoise #44EECC
Tints of Turquoise #44EECC
RGB
CMYK
RGB Variations
Color information
#44EECC (or 0x44EECC) is known color: Turquoise. HEX triplet: 44, EE and CC. RGB value is (68,238,204). Sum of RGB (Red+Green+Blue) = 68+238+204=510 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.33% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #44EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EECC is #BB1133. Grayscale: #B7B7B7. Windows color (decimal): -12259636 or 13430340. OLE color: 13430340.
HSL color Cylindrical-coordinate representation of color #44EECC: hue angle of 168º degrees, saturation: 0.83, 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 #44EECC is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 238 | 204 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.07 |
| HSL | 168º | 0.83% | 0.6% | - |
| HSV(B) | 168º | 0.71% | 0.93% | - |
| XYZ | 43.86 | 66.74 | 67.7 | - |
| YUV | 183.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 238 | 204 | 0.71 | 0 | 0.14 | 0.07 | 168 | 0.83 | 0.6 |
| Hex | 44 | EE | CC | 47 | 0 | E | 7 | A8 | 53 | 3C |
| Octal | 104 | 356 | 314 | 107 | 0 | 16 | 7 | 250 | 123 | 74 |
| Binary | 1000100 | 11101110 | 11001100 | 1000111 | 0 | 1110 | 111 | 10101000 | 1010011 | 111100 |
Color Harmonies of #44EECC
Complementary color
Monochromatic Colors of #44EECC
Black with #44EECC
Text Example
Text Example
White with #44EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EECC; }
p { color: rgb(68,238,204); }
H1.HeaderClassName
{
color: #44EECC;
}
.AnyTagClassName
{
color: #44EECC;
}
</style>
background-color css
<style>
a { background-color: #44EECC; }
a { background-color: rgb(68,238,204); }
div.DivClassName
{
background-color: #44EECC;
}
.BgClassName
{
background-color: #44EECC;
}
</style>
border-color css
<style>
span { border-color: #44EECC; }
span { border-color: rgb(68,238,204); }
td.TdClassName
{
border-color: #44EECC;
}
.TagClassName
{
border-color: #44EECC;
}
</style>