Shades of Turquoise #44F5CB
Tints of Turquoise #44F5CB
RGB
CMYK
RGB Variations
Color information
#44F5CB (or 0x44F5CB) is known color: Turquoise. HEX triplet: 44, F5 and CB. RGB value is (68,245,203). Sum of RGB (Red+Green+Blue) = 68+245+203=516 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.18% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #44F5CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F5CB is #BB0A34. Grayscale: #BBBBBB. Windows color (decimal): -12257845 or 13366596. OLE color: 13366596.
HSL color Cylindrical-coordinate representation of color #44F5CB: hue angle of 165.76º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F5CB is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 245 | 203 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.04 |
| HSL | 165.76º | 0.9% | 0.61% | - |
| HSV(B) | 165.76º | 0.72% | 0.96% | - |
| XYZ | 45.82 | 70.85 | 67.76 | - |
| YUV | 187.29 | 136.86 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 245 | 203 | 0.72 | 0 | 0.17 | 0.04 | 165.76 | 0.9 | 0.61 |
| Hex | 44 | F5 | CB | 48 | 0 | 11 | 4 | A6 | 5A | 3D |
| Octal | 104 | 365 | 313 | 110 | 0 | 21 | 4 | 246 | 132 | 75 |
| Binary | 1000100 | 11110101 | 11001011 | 1001000 | 0 | 10001 | 100 | 10100110 | 1011010 | 111101 |
Color Harmonies of #44F5CB
Complementary color
Monochromatic Colors of #44F5CB
Black with #44F5CB
Text Example
Text Example
White with #44F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F5CB; }
p { color: rgb(68,245,203); }
H1.HeaderClassName
{
color: #44F5CB;
}
.AnyTagClassName
{
color: #44F5CB;
}
</style>
background-color css
<style>
a { background-color: #44F5CB; }
a { background-color: rgb(68,245,203); }
div.DivClassName
{
background-color: #44F5CB;
}
.BgClassName
{
background-color: #44F5CB;
}
</style>
border-color css
<style>
span { border-color: #44F5CB; }
span { border-color: rgb(68,245,203); }
td.TdClassName
{
border-color: #44F5CB;
}
.TagClassName
{
border-color: #44F5CB;
}
</style>