Shades of Medium Turquoise #38CEB5
Tints of Medium Turquoise #38CEB5
RGB
CMYK
RGB Variations
Color information
#38CEB5 (or 0x38CEB5) is known color: Medium Turquoise. HEX triplet: 38, CE and B5. RGB value is (56,206,181). Sum of RGB (Red+Green+Blue) = 56+206+181=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEB5 is #C7314A. Grayscale: #9E9E9E. Windows color (decimal): -13054283 or 11914808. OLE color: 11914808.
HSL color Cylindrical-coordinate representation of color #38CEB5: hue angle of 170º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEB5 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 181 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.19 |
| HSL | 170º | 0.6% | 0.51% | - |
| HSV(B) | 170º | 0.73% | 0.81% | - |
| XYZ | 32.04 | 48.32 | 51.35 | - |
| YUV | 158.3 | 140.81 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 181 | 0.73 | 0 | 0.12 | 0.19 | 170 | 0.6 | 0.51 |
| Hex | 38 | CE | B5 | 49 | 0 | C | 13 | AA | 3C | 33 |
| Octal | 70 | 316 | 265 | 111 | 0 | 14 | 23 | 252 | 74 | 63 |
| Binary | 111000 | 11001110 | 10110101 | 1001001 | 0 | 1100 | 10011 | 10101010 | 111100 | 110011 |
Color Harmonies of #38CEB5
Complementary color
Monochromatic Colors of #38CEB5
Black with #38CEB5
Text Example
Text Example
White with #38CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEB5; }
p { color: rgb(56,206,181); }
H1.HeaderClassName
{
color: #38CEB5;
}
.AnyTagClassName
{
color: #38CEB5;
}
</style>
background-color css
<style>
a { background-color: #38CEB5; }
a { background-color: rgb(56,206,181); }
div.DivClassName
{
background-color: #38CEB5;
}
.BgClassName
{
background-color: #38CEB5;
}
</style>
border-color css
<style>
span { border-color: #38CEB5; }
span { border-color: rgb(56,206,181); }
td.TdClassName
{
border-color: #38CEB5;
}
.TagClassName
{
border-color: #38CEB5;
}
</style>