Shades of Medium Turquoise #38C6BA
Tints of Medium Turquoise #38C6BA
RGB
CMYK
RGB Variations
Color information
#38C6BA (or 0x38C6BA) is known color: Medium Turquoise. HEX triplet: 38, C6 and BA. RGB value is (56,198,186). Sum of RGB (Red+Green+Blue) = 56+198+186=440 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.73% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C6BA is #C73945. Grayscale: #9A9A9A. Windows color (decimal): -13056326 or 12240440. OLE color: 12240440.
HSL color Cylindrical-coordinate representation of color #38C6BA: hue angle of 174.93º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C6BA is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 186 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.22 |
| HSL | 174.93º | 0.56% | 0.5% | - |
| HSV(B) | 174.93º | 0.72% | 0.78% | - |
| XYZ | 30.69 | 44.77 | 53.48 | - |
| YUV | 154.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 186 | 0.72 | 0 | 0.06 | 0.22 | 174.93 | 0.56 | 0.5 |
| Hex | 38 | C6 | BA | 48 | 0 | 6 | 16 | AF | 38 | 32 |
| Octal | 70 | 306 | 272 | 110 | 0 | 6 | 26 | 257 | 70 | 62 |
| Binary | 111000 | 11000110 | 10111010 | 1001000 | 0 | 110 | 10110 | 10101111 | 111000 | 110010 |
Color Harmonies of #38C6BA
Complementary color
Monochromatic Colors of #38C6BA
Black with #38C6BA
Text Example
Text Example
White with #38C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C6BA; }
p { color: rgb(56,198,186); }
H1.HeaderClassName
{
color: #38C6BA;
}
.AnyTagClassName
{
color: #38C6BA;
}
</style>
background-color css
<style>
a { background-color: #38C6BA; }
a { background-color: rgb(56,198,186); }
div.DivClassName
{
background-color: #38C6BA;
}
.BgClassName
{
background-color: #38C6BA;
}
</style>
border-color css
<style>
span { border-color: #38C6BA; }
span { border-color: rgb(56,198,186); }
td.TdClassName
{
border-color: #38C6BA;
}
.TagClassName
{
border-color: #38C6BA;
}
</style>