Shades of Turquoise #44EFBC
Tints of Turquoise #44EFBC
RGB
CMYK
RGB Variations
Color information
#44EFBC (or 0x44EFBC) is known color: Turquoise. HEX triplet: 44, EF and BC. RGB value is (68,239,188). Sum of RGB (Red+Green+Blue) = 68+239+188=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFBC is #BB1043. Grayscale: #B6B6B6. Windows color (decimal): -12259396 or 12382020. OLE color: 12382020.
HSL color Cylindrical-coordinate representation of color #44EFBC: hue angle of 162.11º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFBC is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 188 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.06 |
| HSL | 162.11º | 0.84% | 0.6% | - |
| HSV(B) | 162.11º | 0.72% | 0.94% | - |
| XYZ | 42.33 | 66.59 | 58.2 | - |
| YUV | 182.06 | 131.35 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 188 | 0.72 | 0 | 0.21 | 0.06 | 162.11 | 0.84 | 0.6 |
| Hex | 44 | EF | BC | 48 | 0 | 15 | 6 | A2 | 54 | 3C |
| Octal | 104 | 357 | 274 | 110 | 0 | 25 | 6 | 242 | 124 | 74 |
| Binary | 1000100 | 11101111 | 10111100 | 1001000 | 0 | 10101 | 110 | 10100010 | 1010100 | 111100 |
Color Harmonies of #44EFBC
Complementary color
Monochromatic Colors of #44EFBC
Black with #44EFBC
Text Example
Text Example
White with #44EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFBC; }
p { color: rgb(68,239,188); }
H1.HeaderClassName
{
color: #44EFBC;
}
.AnyTagClassName
{
color: #44EFBC;
}
</style>
background-color css
<style>
a { background-color: #44EFBC; }
a { background-color: rgb(68,239,188); }
div.DivClassName
{
background-color: #44EFBC;
}
.BgClassName
{
background-color: #44EFBC;
}
</style>
border-color css
<style>
span { border-color: #44EFBC; }
span { border-color: rgb(68,239,188); }
td.TdClassName
{
border-color: #44EFBC;
}
.TagClassName
{
border-color: #44EFBC;
}
</style>