Shades of Turquoise #38E6B9
Tints of Turquoise #38E6B9
RGB
CMYK
RGB Variations
Color information
#38E6B9 (or 0x38E6B9) is known color: Turquoise. HEX triplet: 38, E6 and B9. RGB value is (56,230,185). Sum of RGB (Red+Green+Blue) = 56+230+185=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #38E6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E6B9 is #C71946. Grayscale: #ACACAC. Windows color (decimal): -13048135 or 12183096. OLE color: 12183096.
HSL color Cylindrical-coordinate representation of color #38E6B9: hue angle of 164.48º degrees, saturation: 0.78, 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 #38E6B9 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 185 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.10 |
| HSL | 164.48º | 0.78% | 0.56% | - |
| HSV(B) | 164.48º | 0.76% | 0.9% | - |
| XYZ | 38.68 | 60.94 | 55.62 | - |
| YUV | 172.84 | 134.85 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 185 | 0.76 | 0 | 0.20 | 0.10 | 164.48 | 0.78 | 0.56 |
| Hex | 38 | E6 | B9 | 4C | 0 | 14 | A | A4 | 4E | 38 |
| Octal | 70 | 346 | 271 | 114 | 0 | 24 | 12 | 244 | 116 | 70 |
| Binary | 111000 | 11100110 | 10111001 | 1001100 | 0 | 10100 | 1010 | 10100100 | 1001110 | 111000 |
Color Harmonies of #38E6B9
Complementary color
Monochromatic Colors of #38E6B9
Black with #38E6B9
Text Example
Text Example
White with #38E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E6B9; }
p { color: rgb(56,230,185); }
H1.HeaderClassName
{
color: #38E6B9;
}
.AnyTagClassName
{
color: #38E6B9;
}
</style>
background-color css
<style>
a { background-color: #38E6B9; }
a { background-color: rgb(56,230,185); }
div.DivClassName
{
background-color: #38E6B9;
}
.BgClassName
{
background-color: #38E6B9;
}
</style>
border-color css
<style>
span { border-color: #38E6B9; }
span { border-color: rgb(56,230,185); }
td.TdClassName
{
border-color: #38E6B9;
}
.TagClassName
{
border-color: #38E6B9;
}
</style>