Shades of Turquoise #38EABB
Tints of Turquoise #38EABB
RGB
CMYK
RGB Variations
Color information
#38EABB (or 0x38EABB) is known color: Turquoise. HEX triplet: 38, EA and BB. RGB value is (56,234,187). Sum of RGB (Red+Green+Blue) = 56+234+187=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #38EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EABB is #C71544. Grayscale: #AFAFAF. Windows color (decimal): -13047109 or 12315192. OLE color: 12315192.
HSL color Cylindrical-coordinate representation of color #38EABB: hue angle of 164.16º 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 #38EABB is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 187 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.08 |
| HSL | 164.16º | 0.81% | 0.57% | - |
| HSV(B) | 164.16º | 0.76% | 0.92% | - |
| XYZ | 40.02 | 63.27 | 57.12 | - |
| YUV | 175.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 187 | 0.76 | 0 | 0.20 | 0.08 | 164.16 | 0.81 | 0.57 |
| Hex | 38 | EA | BB | 4C | 0 | 14 | 8 | A4 | 51 | 39 |
| Octal | 70 | 352 | 273 | 114 | 0 | 24 | 10 | 244 | 121 | 71 |
| Binary | 111000 | 11101010 | 10111011 | 1001100 | 0 | 10100 | 1000 | 10100100 | 1010001 | 111001 |
Color Harmonies of #38EABB
Complementary color
Monochromatic Colors of #38EABB
Black with #38EABB
Text Example
Text Example
White with #38EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EABB; }
p { color: rgb(56,234,187); }
H1.HeaderClassName
{
color: #38EABB;
}
.AnyTagClassName
{
color: #38EABB;
}
</style>
background-color css
<style>
a { background-color: #38EABB; }
a { background-color: rgb(56,234,187); }
div.DivClassName
{
background-color: #38EABB;
}
.BgClassName
{
background-color: #38EABB;
}
</style>
border-color css
<style>
span { border-color: #38EABB; }
span { border-color: rgb(56,234,187); }
td.TdClassName
{
border-color: #38EABB;
}
.TagClassName
{
border-color: #38EABB;
}
</style>