Shades of Turquoise #38E5EC
Tints of Turquoise #38E5EC
RGB
CMYK
RGB Variations
Color information
#38E5EC (or 0x38E5EC) is known color: Turquoise. HEX triplet: 38, E5 and EC. RGB value is (56,229,236). Sum of RGB (Red+Green+Blue) = 56+229+236=521 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.75% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #38E5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E5EC is #C71A13. Grayscale: #B1B1B1. Windows color (decimal): -13048340 or 15525176. OLE color: 15525176.
HSL color Cylindrical-coordinate representation of color #38E5EC: hue angle of 182.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E5EC is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 229 | 236 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.07 |
| HSL | 182.33º | 0.83% | 0.57% | - |
| HSV(B) | 182.33º | 0.76% | 0.93% | - |
| XYZ | 44.79 | 62.94 | 89.14 | - |
| YUV | 178.07 | 160.69 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 236 | 0.76 | 0.03 | 0 | 0.07 | 182.33 | 0.83 | 0.57 |
| Hex | 38 | E5 | EC | 4C | 3 | 0 | 7 | B6 | 53 | 39 |
| Octal | 70 | 345 | 354 | 114 | 3 | 0 | 7 | 266 | 123 | 71 |
| Binary | 111000 | 11100101 | 11101100 | 1001100 | 11 | 0 | 111 | 10110110 | 1010011 | 111001 |
Color Harmonies of #38E5EC
Complementary color
Monochromatic Colors of #38E5EC
Black with #38E5EC
Text Example
Text Example
White with #38E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E5EC; }
p { color: rgb(56,229,236); }
H1.HeaderClassName
{
color: #38E5EC;
}
.AnyTagClassName
{
color: #38E5EC;
}
</style>
background-color css
<style>
a { background-color: #38E5EC; }
a { background-color: rgb(56,229,236); }
div.DivClassName
{
background-color: #38E5EC;
}
.BgClassName
{
background-color: #38E5EC;
}
</style>
border-color css
<style>
span { border-color: #38E5EC; }
span { border-color: rgb(56,229,236); }
td.TdClassName
{
border-color: #38E5EC;
}
.TagClassName
{
border-color: #38E5EC;
}
</style>