Shades of Medium Turquoise #44CFD3
Tints of Medium Turquoise #44CFD3
RGB
CMYK
RGB Variations
Color information
#44CFD3 (or 0x44CFD3) is known color: Medium Turquoise. HEX triplet: 44, CF and D3. RGB value is (68,207,211). Sum of RGB (Red+Green+Blue) = 68+207+211=486 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.99% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #44CFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFD3 is #BB302C. Grayscale: #A5A5A5. Windows color (decimal): -12267565 or 13881156. OLE color: 13881156.
HSL color Cylindrical-coordinate representation of color #44CFD3: hue angle of 181.68º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CFD3 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 207 | 211 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.17 |
| HSL | 181.68º | 0.62% | 0.55% | - |
| HSV(B) | 181.68º | 0.68% | 0.83% | - |
| XYZ | 36.45 | 50.56 | 69.47 | - |
| YUV | 165.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 211 | 0.68 | 0.02 | 0 | 0.17 | 181.68 | 0.62 | 0.55 |
| Hex | 44 | CF | D3 | 44 | 2 | 0 | 11 | B6 | 3E | 37 |
| Octal | 104 | 317 | 323 | 104 | 2 | 0 | 21 | 266 | 76 | 67 |
| Binary | 1000100 | 11001111 | 11010011 | 1000100 | 10 | 0 | 10001 | 10110110 | 111110 | 110111 |
Color Harmonies of #44CFD3
Complementary color
Monochromatic Colors of #44CFD3
Black with #44CFD3
Text Example
Text Example
White with #44CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFD3; }
p { color: rgb(68,207,211); }
H1.HeaderClassName
{
color: #44CFD3;
}
.AnyTagClassName
{
color: #44CFD3;
}
</style>
background-color css
<style>
a { background-color: #44CFD3; }
a { background-color: rgb(68,207,211); }
div.DivClassName
{
background-color: #44CFD3;
}
.BgClassName
{
background-color: #44CFD3;
}
</style>
border-color css
<style>
span { border-color: #44CFD3; }
span { border-color: rgb(68,207,211); }
td.TdClassName
{
border-color: #44CFD3;
}
.TagClassName
{
border-color: #44CFD3;
}
</style>