Shades of Medium Turquoise #38BEBC
Tints of Medium Turquoise #38BEBC
RGB
CMYK
RGB Variations
Color information
#38BEBC (or 0x38BEBC) is known color: Medium Turquoise. HEX triplet: 38, BE and BC. RGB value is (56,190,188). Sum of RGB (Red+Green+Blue) = 56+190+188=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #38BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BEBC is #C74143. Grayscale: #959595. Windows color (decimal): -13058372 or 12369464. OLE color: 12369464.
HSL color Cylindrical-coordinate representation of color #38BEBC: hue angle of 179.1º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BEBC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 190 | 188 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.25 |
| HSL | 179.1º | 0.54% | 0.48% | - |
| HSV(B) | 179.1º | 0.71% | 0.75% | - |
| XYZ | 29.12 | 41.3 | 54.01 | - |
| YUV | 149.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 188 | 0.71 | 0 | 0.01 | 0.25 | 179.1 | 0.54 | 0.48 |
| Hex | 38 | BE | BC | 47 | 0 | 1 | 19 | B3 | 36 | 30 |
| Octal | 70 | 276 | 274 | 107 | 0 | 1 | 31 | 263 | 66 | 60 |
| Binary | 111000 | 10111110 | 10111100 | 1000111 | 0 | 1 | 11001 | 10110011 | 110110 | 110000 |
Color Harmonies of #38BEBC
Complementary color
Monochromatic Colors of #38BEBC
Black with #38BEBC
Text Example
Text Example
White with #38BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BEBC; }
p { color: rgb(56,190,188); }
H1.HeaderClassName
{
color: #38BEBC;
}
.AnyTagClassName
{
color: #38BEBC;
}
</style>
background-color css
<style>
a { background-color: #38BEBC; }
a { background-color: rgb(56,190,188); }
div.DivClassName
{
background-color: #38BEBC;
}
.BgClassName
{
background-color: #38BEBC;
}
</style>
border-color css
<style>
span { border-color: #38BEBC; }
span { border-color: rgb(56,190,188); }
td.TdClassName
{
border-color: #38BEBC;
}
.TagClassName
{
border-color: #38BEBC;
}
</style>