Shades of Turquoise #38F4EC
Tints of Turquoise #38F4EC
RGB
CMYK
RGB Variations
Color information
#38F4EC (or 0x38F4EC) is known color: Turquoise. HEX triplet: 38, F4 and EC. RGB value is (56,244,236). Sum of RGB (Red+Green+Blue) = 56+244+236=536 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.45% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #38F4EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F4EC is #C70B13. Grayscale: #BABABA. Windows color (decimal): -13044500 or 15529016. OLE color: 15529016.
HSL color Cylindrical-coordinate representation of color #38F4EC: hue angle of 177.45º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F4EC is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 244 | 236 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.04 |
| HSL | 177.45º | 0.9% | 0.59% | - |
| HSV(B) | 177.45º | 0.77% | 0.96% | - |
| XYZ | 49.12 | 71.6 | 90.59 | - |
| YUV | 186.88 | 155.72 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 244 | 236 | 0.77 | 0 | 0.03 | 0.04 | 177.45 | 0.9 | 0.59 |
| Hex | 38 | F4 | EC | 4D | 0 | 3 | 4 | B1 | 5A | 3B |
| Octal | 70 | 364 | 354 | 115 | 0 | 3 | 4 | 261 | 132 | 73 |
| Binary | 111000 | 11110100 | 11101100 | 1001101 | 0 | 11 | 100 | 10110001 | 1011010 | 111011 |
Color Harmonies of #38F4EC
Complementary color
Monochromatic Colors of #38F4EC
Black with #38F4EC
Text Example
Text Example
White with #38F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F4EC; }
p { color: rgb(56,244,236); }
H1.HeaderClassName
{
color: #38F4EC;
}
.AnyTagClassName
{
color: #38F4EC;
}
</style>
background-color css
<style>
a { background-color: #38F4EC; }
a { background-color: rgb(56,244,236); }
div.DivClassName
{
background-color: #38F4EC;
}
.BgClassName
{
background-color: #38F4EC;
}
</style>
border-color css
<style>
span { border-color: #38F4EC; }
span { border-color: rgb(56,244,236); }
td.TdClassName
{
border-color: #38F4EC;
}
.TagClassName
{
border-color: #38F4EC;
}
</style>