Shades of Turquoise #38E4EC
Tints of Turquoise #38E4EC
RGB
CMYK
RGB Variations
Color information
#38E4EC (or 0x38E4EC) is known color: Turquoise. HEX triplet: 38, E4 and EC. RGB value is (56,228,236). Sum of RGB (Red+Green+Blue) = 56+228+236=520 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.77% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #38E4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E4EC is #C71B13. Grayscale: #B1B1B1. Windows color (decimal): -13048596 or 15524920. OLE color: 15524920.
HSL color Cylindrical-coordinate representation of color #38E4EC: hue angle of 182.67º 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 #38E4EC is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 228 | 236 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.07 |
| HSL | 182.67º | 0.83% | 0.57% | - |
| HSV(B) | 182.67º | 0.76% | 0.93% | - |
| XYZ | 44.51 | 62.38 | 89.05 | - |
| YUV | 177.48 | 161.02 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 228 | 236 | 0.76 | 0.03 | 0 | 0.07 | 182.67 | 0.83 | 0.57 |
| Hex | 38 | E4 | EC | 4C | 3 | 0 | 7 | B7 | 53 | 39 |
| Octal | 70 | 344 | 354 | 114 | 3 | 0 | 7 | 267 | 123 | 71 |
| Binary | 111000 | 11100100 | 11101100 | 1001100 | 11 | 0 | 111 | 10110111 | 1010011 | 111001 |
Color Harmonies of #38E4EC
Complementary color
Monochromatic Colors of #38E4EC
Black with #38E4EC
Text Example
Text Example
White with #38E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E4EC; }
p { color: rgb(56,228,236); }
H1.HeaderClassName
{
color: #38E4EC;
}
.AnyTagClassName
{
color: #38E4EC;
}
</style>
background-color css
<style>
a { background-color: #38E4EC; }
a { background-color: rgb(56,228,236); }
div.DivClassName
{
background-color: #38E4EC;
}
.BgClassName
{
background-color: #38E4EC;
}
</style>
border-color css
<style>
span { border-color: #38E4EC; }
span { border-color: rgb(56,228,236); }
td.TdClassName
{
border-color: #38E4EC;
}
.TagClassName
{
border-color: #38E4EC;
}
</style>