Shades of Turquoise #38F0EC
Tints of Turquoise #38F0EC
RGB
CMYK
RGB Variations
Color information
#38F0EC (or 0x38F0EC) is known color: Turquoise. HEX triplet: 38, F0 and EC. RGB value is (56,240,236). Sum of RGB (Red+Green+Blue) = 56+240+236=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #38F0EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F0EC is #C70F13. Grayscale: #B8B8B8. Windows color (decimal): -13045524 or 15527992. OLE color: 15527992.
HSL color Cylindrical-coordinate representation of color #38F0EC: hue angle of 178.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0EC is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 236 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.06 |
| HSL | 178.7º | 0.86% | 0.58% | - |
| HSV(B) | 178.7º | 0.77% | 0.94% | - |
| XYZ | 47.93 | 69.22 | 90.19 | - |
| YUV | 184.53 | 157.04 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 236 | 0.77 | 0 | 0.02 | 0.06 | 178.7 | 0.86 | 0.58 |
| Hex | 38 | F0 | EC | 4D | 0 | 2 | 6 | B3 | 56 | 3A |
| Octal | 70 | 360 | 354 | 115 | 0 | 2 | 6 | 263 | 126 | 72 |
| Binary | 111000 | 11110000 | 11101100 | 1001101 | 0 | 10 | 110 | 10110011 | 1010110 | 111010 |
Color Harmonies of #38F0EC
Complementary color
Monochromatic Colors of #38F0EC
Black with #38F0EC
Text Example
Text Example
White with #38F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F0EC; }
p { color: rgb(56,240,236); }
H1.HeaderClassName
{
color: #38F0EC;
}
.AnyTagClassName
{
color: #38F0EC;
}
</style>
background-color css
<style>
a { background-color: #38F0EC; }
a { background-color: rgb(56,240,236); }
div.DivClassName
{
background-color: #38F0EC;
}
.BgClassName
{
background-color: #38F0EC;
}
</style>
border-color css
<style>
span { border-color: #38F0EC; }
span { border-color: rgb(56,240,236); }
td.TdClassName
{
border-color: #38F0EC;
}
.TagClassName
{
border-color: #38F0EC;
}
</style>