Shades of Turquoise #38D7EC
Tints of Turquoise #38D7EC
RGB
CMYK
RGB Variations
Color information
#38D7EC (or 0x38D7EC) is known color: Turquoise. HEX triplet: 38, D7 and EC. RGB value is (56,215,236). Sum of RGB (Red+Green+Blue) = 56+215+236=507 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.05% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #38D7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D7EC is #C72813. Grayscale: #A9A9A9. Windows color (decimal): -13051924 or 15521592. OLE color: 15521592.
HSL color Cylindrical-coordinate representation of color #38D7EC: hue angle of 187º 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 #38D7EC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 215 | 236 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.07 |
| HSL | 187º | 0.83% | 0.57% | - |
| HSV(B) | 187º | 0.76% | 0.93% | - |
| XYZ | 41.07 | 55.5 | 87.9 | - |
| YUV | 169.85 | 165.32 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 236 | 0.76 | 0.09 | 0 | 0.07 | 187 | 0.83 | 0.57 |
| Hex | 38 | D7 | EC | 4C | 9 | 0 | 7 | BB | 53 | 39 |
| Octal | 70 | 327 | 354 | 114 | 11 | 0 | 7 | 273 | 123 | 71 |
| Binary | 111000 | 11010111 | 11101100 | 1001100 | 1001 | 0 | 111 | 10111011 | 1010011 | 111001 |
Color Harmonies of #38D7EC
Complementary color
Monochromatic Colors of #38D7EC
Black with #38D7EC
Text Example
Text Example
White with #38D7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D7EC; }
p { color: rgb(56,215,236); }
H1.HeaderClassName
{
color: #38D7EC;
}
.AnyTagClassName
{
color: #38D7EC;
}
</style>
background-color css
<style>
a { background-color: #38D7EC; }
a { background-color: rgb(56,215,236); }
div.DivClassName
{
background-color: #38D7EC;
}
.BgClassName
{
background-color: #38D7EC;
}
</style>
border-color css
<style>
span { border-color: #38D7EC; }
span { border-color: rgb(56,215,236); }
td.TdClassName
{
border-color: #38D7EC;
}
.TagClassName
{
border-color: #38D7EC;
}
</style>