Shades of Medium Turquoise #38CDC9
Tints of Medium Turquoise #38CDC9
RGB
CMYK
RGB Variations
Color information
#38CDC9 (or 0x38CDC9) is known color: Medium Turquoise. HEX triplet: 38, CD and C9. RGB value is (56,205,201). Sum of RGB (Red+Green+Blue) = 56+205+201=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDC9 is #C73236. Grayscale: #9F9F9F. Windows color (decimal): -13054519 or 13225272. OLE color: 13225272.
HSL color Cylindrical-coordinate representation of color #38CDC9: hue angle of 178.39º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CDC9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 205 | 201 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.20 |
| HSL | 178.39º | 0.6% | 0.51% | - |
| HSV(B) | 178.39º | 0.73% | 0.8% | - |
| XYZ | 34 | 48.72 | 62.87 | - |
| YUV | 159.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 205 | 201 | 0.73 | 0 | 0.02 | 0.20 | 178.39 | 0.6 | 0.51 |
| Hex | 38 | CD | C9 | 49 | 0 | 2 | 14 | B2 | 3C | 33 |
| Octal | 70 | 315 | 311 | 111 | 0 | 2 | 24 | 262 | 74 | 63 |
| Binary | 111000 | 11001101 | 11001001 | 1001001 | 0 | 10 | 10100 | 10110010 | 111100 | 110011 |
Color Harmonies of #38CDC9
Complementary color
Monochromatic Colors of #38CDC9
Black with #38CDC9
Text Example
Text Example
White with #38CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CDC9; }
p { color: rgb(56,205,201); }
H1.HeaderClassName
{
color: #38CDC9;
}
.AnyTagClassName
{
color: #38CDC9;
}
</style>
background-color css
<style>
a { background-color: #38CDC9; }
a { background-color: rgb(56,205,201); }
div.DivClassName
{
background-color: #38CDC9;
}
.BgClassName
{
background-color: #38CDC9;
}
</style>
border-color css
<style>
span { border-color: #38CDC9; }
span { border-color: rgb(56,205,201); }
td.TdClassName
{
border-color: #38CDC9;
}
.TagClassName
{
border-color: #38CDC9;
}
</style>