Shades of Medium Turquoise #44CFCB
Tints of Medium Turquoise #44CFCB
RGB
CMYK
RGB Variations
Color information
#44CFCB (or 0x44CFCB) is known color: Medium Turquoise. HEX triplet: 44, CF and CB. RGB value is (68,207,203). Sum of RGB (Red+Green+Blue) = 68+207+203=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFCB is #BB3034. Grayscale: #A4A4A4. Windows color (decimal): -12267573 or 13356868. OLE color: 13356868.
HSL color Cylindrical-coordinate representation of color #44CFCB: hue angle of 178.27º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CFCB is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 203 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.19 |
| HSL | 178.27º | 0.59% | 0.54% | - |
| HSV(B) | 178.27º | 0.67% | 0.81% | - |
| XYZ | 35.48 | 50.17 | 64.31 | - |
| YUV | 164.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 203 | 0.67 | 0 | 0.02 | 0.19 | 178.27 | 0.59 | 0.54 |
| Hex | 44 | CF | CB | 43 | 0 | 2 | 13 | B2 | 3B | 36 |
| Octal | 104 | 317 | 313 | 103 | 0 | 2 | 23 | 262 | 73 | 66 |
| Binary | 1000100 | 11001111 | 11001011 | 1000011 | 0 | 10 | 10011 | 10110010 | 111011 | 110110 |
Color Harmonies of #44CFCB
Complementary color
Monochromatic Colors of #44CFCB
Black with #44CFCB
Text Example
Text Example
White with #44CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFCB; }
p { color: rgb(68,207,203); }
H1.HeaderClassName
{
color: #44CFCB;
}
.AnyTagClassName
{
color: #44CFCB;
}
</style>
background-color css
<style>
a { background-color: #44CFCB; }
a { background-color: rgb(68,207,203); }
div.DivClassName
{
background-color: #44CFCB;
}
.BgClassName
{
background-color: #44CFCB;
}
</style>
border-color css
<style>
span { border-color: #44CFCB; }
span { border-color: rgb(68,207,203); }
td.TdClassName
{
border-color: #44CFCB;
}
.TagClassName
{
border-color: #44CFCB;
}
</style>