Shades of Medium Turquoise #38C0BB
Tints of Medium Turquoise #38C0BB
RGB
CMYK
RGB Variations
Color information
#38C0BB (or 0x38C0BB) is known color: Medium Turquoise. HEX triplet: 38, C0 and BB. RGB value is (56,192,187). Sum of RGB (Red+Green+Blue) = 56+192+187=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #38C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0BB is #C73F44. Grayscale: #969696. Windows color (decimal): -13057861 or 12304440. OLE color: 12304440.
HSL color Cylindrical-coordinate representation of color #38C0BB: hue angle of 177.79º 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 #38C0BB is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 187 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.25 |
| HSL | 177.79º | 0.55% | 0.49% | - |
| HSV(B) | 177.79º | 0.71% | 0.75% | - |
| XYZ | 29.45 | 42.13 | 53.59 | - |
| YUV | 150.77 | 148.44 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 187 | 0.71 | 0 | 0.03 | 0.25 | 177.79 | 0.55 | 0.49 |
| Hex | 38 | C0 | BB | 47 | 0 | 3 | 19 | B2 | 37 | 31 |
| Octal | 70 | 300 | 273 | 107 | 0 | 3 | 31 | 262 | 67 | 61 |
| Binary | 111000 | 11000000 | 10111011 | 1000111 | 0 | 11 | 11001 | 10110010 | 110111 | 110001 |
Color Harmonies of #38C0BB
Complementary color
Monochromatic Colors of #38C0BB
Black with #38C0BB
Text Example
Text Example
White with #38C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0BB; }
p { color: rgb(56,192,187); }
H1.HeaderClassName
{
color: #38C0BB;
}
.AnyTagClassName
{
color: #38C0BB;
}
</style>
background-color css
<style>
a { background-color: #38C0BB; }
a { background-color: rgb(56,192,187); }
div.DivClassName
{
background-color: #38C0BB;
}
.BgClassName
{
background-color: #38C0BB;
}
</style>
border-color css
<style>
span { border-color: #38C0BB; }
span { border-color: rgb(56,192,187); }
td.TdClassName
{
border-color: #38C0BB;
}
.TagClassName
{
border-color: #38C0BB;
}
</style>