Shades of Turquoise #38E5B9
Tints of Turquoise #38E5B9
RGB
CMYK
RGB Variations
Color information
#38E5B9 (or 0x38E5B9) is known color: Turquoise. HEX triplet: 38, E5 and B9. RGB value is (56,229,185). Sum of RGB (Red+Green+Blue) = 56+229+185=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #38E5B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E5B9 is #C71A46. Grayscale: #ACACAC. Windows color (decimal): -13048391 or 12182840. OLE color: 12182840.
HSL color Cylindrical-coordinate representation of color #38E5B9: hue angle of 164.74º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E5B9 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 229 | 185 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.10 |
| HSL | 164.74º | 0.77% | 0.56% | - |
| HSV(B) | 164.74º | 0.76% | 0.9% | - |
| XYZ | 38.41 | 60.38 | 55.53 | - |
| YUV | 172.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 185 | 0.76 | 0 | 0.19 | 0.10 | 164.74 | 0.77 | 0.56 |
| Hex | 38 | E5 | B9 | 4C | 0 | 13 | A | A5 | 4D | 38 |
| Octal | 70 | 345 | 271 | 114 | 0 | 23 | 12 | 245 | 115 | 70 |
| Binary | 111000 | 11100101 | 10111001 | 1001100 | 0 | 10011 | 1010 | 10100101 | 1001101 | 111000 |
Color Harmonies of #38E5B9
Complementary color
Monochromatic Colors of #38E5B9
Black with #38E5B9
Text Example
Text Example
White with #38E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E5B9; }
p { color: rgb(56,229,185); }
H1.HeaderClassName
{
color: #38E5B9;
}
.AnyTagClassName
{
color: #38E5B9;
}
</style>
background-color css
<style>
a { background-color: #38E5B9; }
a { background-color: rgb(56,229,185); }
div.DivClassName
{
background-color: #38E5B9;
}
.BgClassName
{
background-color: #38E5B9;
}
</style>
border-color css
<style>
span { border-color: #38E5B9; }
span { border-color: rgb(56,229,185); }
td.TdClassName
{
border-color: #38E5B9;
}
.TagClassName
{
border-color: #38E5B9;
}
</style>