Shades of Turquoise #38E9B9
Tints of Turquoise #38E9B9
RGB
CMYK
RGB Variations
Color information
#38E9B9 (or 0x38E9B9) is known color: Turquoise. HEX triplet: 38, E9 and B9. RGB value is (56,233,185). Sum of RGB (Red+Green+Blue) = 56+233+185=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9B9 is #C71646. Grayscale: #AEAEAE. Windows color (decimal): -13047367 or 12183864. OLE color: 12183864.
HSL color Cylindrical-coordinate representation of color #38E9B9: hue angle of 163.73º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9B9 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 185 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.09 |
| HSL | 163.73º | 0.8% | 0.57% | - |
| HSV(B) | 163.73º | 0.76% | 0.91% | - |
| XYZ | 39.53 | 62.62 | 55.9 | - |
| YUV | 174.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 185 | 0.76 | 0 | 0.21 | 0.09 | 163.73 | 0.8 | 0.57 |
| Hex | 38 | E9 | B9 | 4C | 0 | 15 | 9 | A4 | 50 | 39 |
| Octal | 70 | 351 | 271 | 114 | 0 | 25 | 11 | 244 | 120 | 71 |
| Binary | 111000 | 11101001 | 10111001 | 1001100 | 0 | 10101 | 1001 | 10100100 | 1010000 | 111001 |
Color Harmonies of #38E9B9
Complementary color
Monochromatic Colors of #38E9B9
Black with #38E9B9
Text Example
Text Example
White with #38E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E9B9; }
p { color: rgb(56,233,185); }
H1.HeaderClassName
{
color: #38E9B9;
}
.AnyTagClassName
{
color: #38E9B9;
}
</style>
background-color css
<style>
a { background-color: #38E9B9; }
a { background-color: rgb(56,233,185); }
div.DivClassName
{
background-color: #38E9B9;
}
.BgClassName
{
background-color: #38E9B9;
}
</style>
border-color css
<style>
span { border-color: #38E9B9; }
span { border-color: rgb(56,233,185); }
td.TdClassName
{
border-color: #38E9B9;
}
.TagClassName
{
border-color: #38E9B9;
}
</style>