Shades of Turquoise #38E6EC
Tints of Turquoise #38E6EC
RGB
CMYK
RGB Variations
Color information
#38E6EC (or 0x38E6EC) is known color: Turquoise. HEX triplet: 38, E6 and EC. RGB value is (56,230,236). Sum of RGB (Red+Green+Blue) = 56+230+236=522 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.73% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #38E6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E6EC is #C71913. Grayscale: #B2B2B2. Windows color (decimal): -13048084 or 15525432. OLE color: 15525432.
HSL color Cylindrical-coordinate representation of color #38E6EC: hue angle of 182º 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 #38E6EC is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 230 | 236 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.07 |
| HSL | 182º | 0.83% | 0.57% | - |
| HSV(B) | 182º | 0.76% | 0.93% | - |
| XYZ | 45.07 | 63.49 | 89.24 | - |
| YUV | 178.66 | 160.35 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 236 | 0.76 | 0.03 | 0 | 0.07 | 182 | 0.83 | 0.57 |
| Hex | 38 | E6 | EC | 4C | 3 | 0 | 7 | B6 | 53 | 39 |
| Octal | 70 | 346 | 354 | 114 | 3 | 0 | 7 | 266 | 123 | 71 |
| Binary | 111000 | 11100110 | 11101100 | 1001100 | 11 | 0 | 111 | 10110110 | 1010011 | 111001 |
Color Harmonies of #38E6EC
Complementary color
Monochromatic Colors of #38E6EC
Black with #38E6EC
Text Example
Text Example
White with #38E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E6EC; }
p { color: rgb(56,230,236); }
H1.HeaderClassName
{
color: #38E6EC;
}
.AnyTagClassName
{
color: #38E6EC;
}
</style>
background-color css
<style>
a { background-color: #38E6EC; }
a { background-color: rgb(56,230,236); }
div.DivClassName
{
background-color: #38E6EC;
}
.BgClassName
{
background-color: #38E6EC;
}
</style>
border-color css
<style>
span { border-color: #38E6EC; }
span { border-color: rgb(56,230,236); }
td.TdClassName
{
border-color: #38E6EC;
}
.TagClassName
{
border-color: #38E6EC;
}
</style>