Shades of Medium Turquoise #38C5BC
Tints of Medium Turquoise #38C5BC
RGB
CMYK
RGB Variations
Color information
#38C5BC (or 0x38C5BC) is known color: Medium Turquoise. HEX triplet: 38, C5 and BC. RGB value is (56,197,188). Sum of RGB (Red+Green+Blue) = 56+197+188=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #38C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5BC is #C73A43. Grayscale: #999999. Windows color (decimal): -13056580 or 12371256. OLE color: 12371256.
HSL color Cylindrical-coordinate representation of color #38C5BC: hue angle of 176.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C5BC is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 188 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.23 |
| HSL | 176.17º | 0.56% | 0.5% | - |
| HSV(B) | 176.17º | 0.72% | 0.77% | - |
| XYZ | 30.67 | 44.4 | 54.53 | - |
| YUV | 153.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 188 | 0.72 | 0 | 0.05 | 0.23 | 176.17 | 0.56 | 0.5 |
| Hex | 38 | C5 | BC | 48 | 0 | 5 | 17 | B0 | 38 | 32 |
| Octal | 70 | 305 | 274 | 110 | 0 | 5 | 27 | 260 | 70 | 62 |
| Binary | 111000 | 11000101 | 10111100 | 1001000 | 0 | 101 | 10111 | 10110000 | 111000 | 110010 |
Color Harmonies of #38C5BC
Complementary color
Monochromatic Colors of #38C5BC
Black with #38C5BC
Text Example
Text Example
White with #38C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C5BC; }
p { color: rgb(56,197,188); }
H1.HeaderClassName
{
color: #38C5BC;
}
.AnyTagClassName
{
color: #38C5BC;
}
</style>
background-color css
<style>
a { background-color: #38C5BC; }
a { background-color: rgb(56,197,188); }
div.DivClassName
{
background-color: #38C5BC;
}
.BgClassName
{
background-color: #38C5BC;
}
</style>
border-color css
<style>
span { border-color: #38C5BC; }
span { border-color: rgb(56,197,188); }
td.TdClassName
{
border-color: #38C5BC;
}
.TagClassName
{
border-color: #38C5BC;
}
</style>