Shades of Turquoise #38FFEB
Tints of Turquoise #38FFEB
RGB
CMYK
RGB Variations
Color information
#38FFEB (or 0x38FFEB) is known color: Turquoise. HEX triplet: 38, FF and EB. RGB value is (56,255,235). Sum of RGB (Red+Green+Blue) = 56+255+235=546 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.26% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFEB is #C70014. Grayscale: #C1C1C1. Windows color (decimal): -13041685 or 15466296. OLE color: 15466296.
HSL color Cylindrical-coordinate representation of color #38FFEB: hue angle of 173.97º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFEB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 235 | - |
| CMYK | 0.78 | 0 | 0.08 | 0 |
| HSL | 173.97º | 1% | 0.61% | - |
| HSV(B) | 173.97º | 0.78% | 1% | - |
| XYZ | 52.39 | 78.36 | 90.96 | - |
| YUV | 193.22 | 151.57 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 235 | 0.78 | 0 | 0.08 | 0 | 173.97 | 1 | 0.61 |
| Hex | 38 | FF | EB | 4E | 0 | 8 | 0 | AE | 64 | 3D |
| Octal | 70 | 377 | 353 | 116 | 0 | 10 | 0 | 256 | 144 | 75 |
| Binary | 111000 | 11111111 | 11101011 | 1001110 | 0 | 1000 | 0 | 10101110 | 1100100 | 111101 |
Color Harmonies of #38FFEB
Complementary color
Monochromatic Colors of #38FFEB
Black with #38FFEB
Text Example
Text Example
White with #38FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFEB; }
p { color: rgb(56,255,235); }
H1.HeaderClassName
{
color: #38FFEB;
}
.AnyTagClassName
{
color: #38FFEB;
}
</style>
background-color css
<style>
a { background-color: #38FFEB; }
a { background-color: rgb(56,255,235); }
div.DivClassName
{
background-color: #38FFEB;
}
.BgClassName
{
background-color: #38FFEB;
}
</style>
border-color css
<style>
span { border-color: #38FFEB; }
span { border-color: rgb(56,255,235); }
td.TdClassName
{
border-color: #38FFEB;
}
.TagClassName
{
border-color: #38FFEB;
}
</style>