Shades of Turquoise #38FFEC
Tints of Turquoise #38FFEC
RGB
CMYK
RGB Variations
Color information
#38FFEC (or 0x38FFEC) is known color: Turquoise. HEX triplet: 38, FF and EC. RGB value is (56,255,236). Sum of RGB (Red+Green+Blue) = 56+255+236=547 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.24% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFEC is #C70013. Grayscale: #C1C1C1. Windows color (decimal): -13041684 or 15531832. OLE color: 15531832.
HSL color Cylindrical-coordinate representation of color #38FFEC: hue angle of 174.27º 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 #38FFEC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 236 | - |
| CMYK | 0.78 | 0 | 0.07 | 0 |
| HSL | 174.27º | 1% | 0.61% | - |
| HSV(B) | 174.27º | 0.78% | 1% | - |
| XYZ | 52.53 | 78.42 | 91.72 | - |
| YUV | 193.33 | 152.07 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 236 | 0.78 | 0 | 0.07 | 0 | 174.27 | 1 | 0.61 |
| Hex | 38 | FF | EC | 4E | 0 | 7 | 0 | AE | 64 | 3D |
| Octal | 70 | 377 | 354 | 116 | 0 | 7 | 0 | 256 | 144 | 75 |
| Binary | 111000 | 11111111 | 11101100 | 1001110 | 0 | 111 | 0 | 10101110 | 1100100 | 111101 |
Color Harmonies of #38FFEC
Complementary color
Monochromatic Colors of #38FFEC
Black with #38FFEC
Text Example
Text Example
White with #38FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFEC; }
p { color: rgb(56,255,236); }
H1.HeaderClassName
{
color: #38FFEC;
}
.AnyTagClassName
{
color: #38FFEC;
}
</style>
background-color css
<style>
a { background-color: #38FFEC; }
a { background-color: rgb(56,255,236); }
div.DivClassName
{
background-color: #38FFEC;
}
.BgClassName
{
background-color: #38FFEC;
}
</style>
border-color css
<style>
span { border-color: #38FFEC; }
span { border-color: rgb(56,255,236); }
td.TdClassName
{
border-color: #38FFEC;
}
.TagClassName
{
border-color: #38FFEC;
}
</style>