Shades of Turquoise #44F3C5
Tints of Turquoise #44F3C5
RGB
CMYK
RGB Variations
Color information
#44F3C5 (or 0x44F3C5) is known color: Turquoise. HEX triplet: 44, F3 and C5. RGB value is (68,243,197). Sum of RGB (Red+Green+Blue) = 68+243+197=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #44F3C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F3C5 is #BB0C3A. Grayscale: #B9B9B9. Windows color (decimal): -12258363 or 12972868. OLE color: 12972868.
HSL color Cylindrical-coordinate representation of color #44F3C5: hue angle of 164.23º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F3C5 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 243 | 197 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.05 |
| HSL | 164.23º | 0.88% | 0.61% | - |
| HSV(B) | 164.23º | 0.72% | 0.95% | - |
| XYZ | 44.51 | 69.36 | 63.87 | - |
| YUV | 185.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 243 | 197 | 0.72 | 0 | 0.19 | 0.05 | 164.23 | 0.88 | 0.61 |
| Hex | 44 | F3 | C5 | 48 | 0 | 13 | 5 | A4 | 58 | 3D |
| Octal | 104 | 363 | 305 | 110 | 0 | 23 | 5 | 244 | 130 | 75 |
| Binary | 1000100 | 11110011 | 11000101 | 1001000 | 0 | 10011 | 101 | 10100100 | 1011000 | 111101 |
Color Harmonies of #44F3C5
Complementary color
Monochromatic Colors of #44F3C5
Black with #44F3C5
Text Example
Text Example
White with #44F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F3C5; }
p { color: rgb(68,243,197); }
H1.HeaderClassName
{
color: #44F3C5;
}
.AnyTagClassName
{
color: #44F3C5;
}
</style>
background-color css
<style>
a { background-color: #44F3C5; }
a { background-color: rgb(68,243,197); }
div.DivClassName
{
background-color: #44F3C5;
}
.BgClassName
{
background-color: #44F3C5;
}
</style>
border-color css
<style>
span { border-color: #44F3C5; }
span { border-color: rgb(68,243,197); }
td.TdClassName
{
border-color: #44F3C5;
}
.TagClassName
{
border-color: #44F3C5;
}
</style>