Shades of Turquoise #44F3E6
Tints of Turquoise #44F3E6
RGB
CMYK
RGB Variations
Color information
#44F3E6 (or 0x44F3E6) is known color: Turquoise. HEX triplet: 44, F3 and E6. RGB value is (68,243,230). Sum of RGB (Red+Green+Blue) = 68+243+230=541 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.57% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #44F3E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F3E6 is #BB0C19. Grayscale: #BDBDBD. Windows color (decimal): -12258330 or 15135556. OLE color: 15135556.
HSL color Cylindrical-coordinate representation of color #44F3E6: hue angle of 175.54º 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 #44F3E6 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 243 | 230 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.05 |
| HSL | 175.54º | 0.88% | 0.61% | - |
| HSV(B) | 175.54º | 0.72% | 0.95% | - |
| XYZ | 48.72 | 71.04 | 86.01 | - |
| YUV | 189.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 243 | 230 | 0.72 | 0 | 0.05 | 0.05 | 175.54 | 0.88 | 0.61 |
| Hex | 44 | F3 | E6 | 48 | 0 | 5 | 5 | B0 | 58 | 3D |
| Octal | 104 | 363 | 346 | 110 | 0 | 5 | 5 | 260 | 130 | 75 |
| Binary | 1000100 | 11110011 | 11100110 | 1001000 | 0 | 101 | 101 | 10110000 | 1011000 | 111101 |
Color Harmonies of #44F3E6
Complementary color
Monochromatic Colors of #44F3E6
Black with #44F3E6
Text Example
Text Example
White with #44F3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F3E6; }
p { color: rgb(68,243,230); }
H1.HeaderClassName
{
color: #44F3E6;
}
.AnyTagClassName
{
color: #44F3E6;
}
</style>
background-color css
<style>
a { background-color: #44F3E6; }
a { background-color: rgb(68,243,230); }
div.DivClassName
{
background-color: #44F3E6;
}
.BgClassName
{
background-color: #44F3E6;
}
</style>
border-color css
<style>
span { border-color: #44F3E6; }
span { border-color: rgb(68,243,230); }
td.TdClassName
{
border-color: #44F3E6;
}
.TagClassName
{
border-color: #44F3E6;
}
</style>