Shades of Medium Turquoise #38CDC5
Tints of Medium Turquoise #38CDC5
RGB
CMYK
RGB Variations
Color information
#38CDC5 (or 0x38CDC5) is known color: Medium Turquoise. HEX triplet: 38, CD and C5. RGB value is (56,205,197). Sum of RGB (Red+Green+Blue) = 56+205+197=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDC5 is #C7323A. Grayscale: #9F9F9F. Windows color (decimal): -13054523 or 12963128. OLE color: 12963128.
HSL color Cylindrical-coordinate representation of color #38CDC5: hue angle of 176.78º 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 #38CDC5 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 205 | 197 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.20 |
| HSL | 176.78º | 0.6% | 0.51% | - |
| HSV(B) | 176.78º | 0.73% | 0.8% | - |
| XYZ | 33.54 | 48.53 | 60.42 | - |
| YUV | 159.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 205 | 197 | 0.73 | 0 | 0.04 | 0.20 | 176.78 | 0.6 | 0.51 |
| Hex | 38 | CD | C5 | 49 | 0 | 4 | 14 | B1 | 3C | 33 |
| Octal | 70 | 315 | 305 | 111 | 0 | 4 | 24 | 261 | 74 | 63 |
| Binary | 111000 | 11001101 | 11000101 | 1001001 | 0 | 100 | 10100 | 10110001 | 111100 | 110011 |
Color Harmonies of #38CDC5
Complementary color
Monochromatic Colors of #38CDC5
Black with #38CDC5
Text Example
Text Example
White with #38CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CDC5; }
p { color: rgb(56,205,197); }
H1.HeaderClassName
{
color: #38CDC5;
}
.AnyTagClassName
{
color: #38CDC5;
}
</style>
background-color css
<style>
a { background-color: #38CDC5; }
a { background-color: rgb(56,205,197); }
div.DivClassName
{
background-color: #38CDC5;
}
.BgClassName
{
background-color: #38CDC5;
}
</style>
border-color css
<style>
span { border-color: #38CDC5; }
span { border-color: rgb(56,205,197); }
td.TdClassName
{
border-color: #38CDC5;
}
.TagClassName
{
border-color: #38CDC5;
}
</style>