Shades of Turquoise #38E6E5
Tints of Turquoise #38E6E5
RGB
CMYK
RGB Variations
Color information
#38E6E5 (or 0x38E6E5) is known color: Turquoise. HEX triplet: 38, E6 and E5. RGB value is (56,230,229). Sum of RGB (Red+Green+Blue) = 56+230+229=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #38E6E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E6E5 is #C7191A. Grayscale: #B1B1B1. Windows color (decimal): -13048091 or 15066680. OLE color: 15066680.
HSL color Cylindrical-coordinate representation of color #38E6E5: hue angle of 179.66º 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 #38E6E5 is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 229 | - |
| CMYK | 0.76 | 0 | 0.00 | 0.10 |
| HSL | 179.66º | 0.78% | 0.56% | - |
| HSV(B) | 179.66º | 0.76% | 0.9% | - |
| XYZ | 44.07 | 63.09 | 83.98 | - |
| YUV | 177.86 | 156.85 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 229 | 0.76 | 0 | 0.00 | 0.10 | 179.66 | 0.78 | 0.56 |
| Hex | 38 | E6 | E5 | 4C | 0 | 0 | A | B4 | 4E | 38 |
| Octal | 70 | 346 | 345 | 114 | 0 | 0 | 12 | 264 | 116 | 70 |
| Binary | 111000 | 11100110 | 11100101 | 1001100 | 0 | 0 | 1010 | 10110100 | 1001110 | 111000 |
Color Harmonies of #38E6E5
Complementary color
Monochromatic Colors of #38E6E5
Black with #38E6E5
Text Example
Text Example
White with #38E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E6E5; }
p { color: rgb(56,230,229); }
H1.HeaderClassName
{
color: #38E6E5;
}
.AnyTagClassName
{
color: #38E6E5;
}
</style>
background-color css
<style>
a { background-color: #38E6E5; }
a { background-color: rgb(56,230,229); }
div.DivClassName
{
background-color: #38E6E5;
}
.BgClassName
{
background-color: #38E6E5;
}
</style>
border-color css
<style>
span { border-color: #38E6E5; }
span { border-color: rgb(56,230,229); }
td.TdClassName
{
border-color: #38E6E5;
}
.TagClassName
{
border-color: #38E6E5;
}
</style>