Shades of Medium Turquoise #38C0BE
Tints of Medium Turquoise #38C0BE
RGB
CMYK
RGB Variations
Color information
#38C0BE (or 0x38C0BE) is known color: Medium Turquoise. HEX triplet: 38, C0 and BE. RGB value is (56,192,190). Sum of RGB (Red+Green+Blue) = 56+192+190=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #38C0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0BE is #C73F41. Grayscale: #969696. Windows color (decimal): -13057858 or 12501048. OLE color: 12501048.
HSL color Cylindrical-coordinate representation of color #38C0BE: hue angle of 179.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C0BE is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 190 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.25 |
| HSL | 179.12º | 0.55% | 0.49% | - |
| HSV(B) | 179.12º | 0.71% | 0.75% | - |
| XYZ | 29.77 | 42.26 | 55.3 | - |
| YUV | 151.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 190 | 0.71 | 0 | 0.01 | 0.25 | 179.12 | 0.55 | 0.49 |
| Hex | 38 | C0 | BE | 47 | 0 | 1 | 19 | B3 | 37 | 31 |
| Octal | 70 | 300 | 276 | 107 | 0 | 1 | 31 | 263 | 67 | 61 |
| Binary | 111000 | 11000000 | 10111110 | 1000111 | 0 | 1 | 11001 | 10110011 | 110111 | 110001 |
Color Harmonies of #38C0BE
Complementary color
Monochromatic Colors of #38C0BE
Black with #38C0BE
Text Example
Text Example
White with #38C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0BE; }
p { color: rgb(56,192,190); }
H1.HeaderClassName
{
color: #38C0BE;
}
.AnyTagClassName
{
color: #38C0BE;
}
</style>
background-color css
<style>
a { background-color: #38C0BE; }
a { background-color: rgb(56,192,190); }
div.DivClassName
{
background-color: #38C0BE;
}
.BgClassName
{
background-color: #38C0BE;
}
</style>
border-color css
<style>
span { border-color: #38C0BE; }
span { border-color: rgb(56,192,190); }
td.TdClassName
{
border-color: #38C0BE;
}
.TagClassName
{
border-color: #38C0BE;
}
</style>