Shades of Turquoise #38EABA
Tints of Turquoise #38EABA
RGB
CMYK
RGB Variations
Color information
#38EABA (or 0x38EABA) is known color: Turquoise. HEX triplet: 38, EA and BA. RGB value is (56,234,186). Sum of RGB (Red+Green+Blue) = 56+234+186=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #38EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EABA is #C71545. Grayscale: #AFAFAF. Windows color (decimal): -13047110 or 12249656. OLE color: 12249656.
HSL color Cylindrical-coordinate representation of color #38EABA: hue angle of 163.82º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EABA is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 186 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.08 |
| HSL | 163.82º | 0.81% | 0.57% | - |
| HSV(B) | 163.82º | 0.76% | 0.92% | - |
| XYZ | 39.92 | 63.23 | 56.56 | - |
| YUV | 175.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 186 | 0.76 | 0 | 0.21 | 0.08 | 163.82 | 0.81 | 0.57 |
| Hex | 38 | EA | BA | 4C | 0 | 15 | 8 | A4 | 51 | 39 |
| Octal | 70 | 352 | 272 | 114 | 0 | 25 | 10 | 244 | 121 | 71 |
| Binary | 111000 | 11101010 | 10111010 | 1001100 | 0 | 10101 | 1000 | 10100100 | 1010001 | 111001 |
Color Harmonies of #38EABA
Complementary color
Monochromatic Colors of #38EABA
Black with #38EABA
Text Example
Text Example
White with #38EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EABA; }
p { color: rgb(56,234,186); }
H1.HeaderClassName
{
color: #38EABA;
}
.AnyTagClassName
{
color: #38EABA;
}
</style>
background-color css
<style>
a { background-color: #38EABA; }
a { background-color: rgb(56,234,186); }
div.DivClassName
{
background-color: #38EABA;
}
.BgClassName
{
background-color: #38EABA;
}
</style>
border-color css
<style>
span { border-color: #38EABA; }
span { border-color: rgb(56,234,186); }
td.TdClassName
{
border-color: #38EABA;
}
.TagClassName
{
border-color: #38EABA;
}
</style>