Shades of Turquoise #38E5DE
Tints of Turquoise #38E5DE
RGB
CMYK
RGB Variations
Color information
#38E5DE (or 0x38E5DE) is known color: Turquoise. HEX triplet: 38, E5 and DE. RGB value is (56,229,222). Sum of RGB (Red+Green+Blue) = 56+229+222=507 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.05% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #38E5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E5DE is #C71A21. Grayscale: #B0B0B0. Windows color (decimal): -13048354 or 14607672. OLE color: 14607672.
HSL color Cylindrical-coordinate representation of color #38E5DE: hue angle of 177.57º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E5DE is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 229 | 222 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.10 |
| HSL | 177.57º | 0.77% | 0.56% | - |
| HSV(B) | 177.57º | 0.76% | 0.9% | - |
| XYZ | 42.84 | 62.15 | 78.85 | - |
| YUV | 176.48 | 153.69 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 222 | 0.76 | 0 | 0.03 | 0.10 | 177.57 | 0.77 | 0.56 |
| Hex | 38 | E5 | DE | 4C | 0 | 3 | A | B2 | 4D | 38 |
| Octal | 70 | 345 | 336 | 114 | 0 | 3 | 12 | 262 | 115 | 70 |
| Binary | 111000 | 11100101 | 11011110 | 1001100 | 0 | 11 | 1010 | 10110010 | 1001101 | 111000 |
Color Harmonies of #38E5DE
Complementary color
Monochromatic Colors of #38E5DE
Black with #38E5DE
Text Example
Text Example
White with #38E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E5DE; }
p { color: rgb(56,229,222); }
H1.HeaderClassName
{
color: #38E5DE;
}
.AnyTagClassName
{
color: #38E5DE;
}
</style>
background-color css
<style>
a { background-color: #38E5DE; }
a { background-color: rgb(56,229,222); }
div.DivClassName
{
background-color: #38E5DE;
}
.BgClassName
{
background-color: #38E5DE;
}
</style>
border-color css
<style>
span { border-color: #38E5DE; }
span { border-color: rgb(56,229,222); }
td.TdClassName
{
border-color: #38E5DE;
}
.TagClassName
{
border-color: #38E5DE;
}
</style>