Shades of Turquoise #38E9D4
Tints of Turquoise #38E9D4
RGB
CMYK
RGB Variations
Color information
#38E9D4 (or 0x38E9D4) is known color: Turquoise. HEX triplet: 38, E9 and D4. RGB value is (56,233,212). Sum of RGB (Red+Green+Blue) = 56+233+212=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9D4 is #C7162B. Grayscale: #B1B1B1. Windows color (decimal): -13047340 or 13953336. OLE color: 13953336.
HSL color Cylindrical-coordinate representation of color #38E9D4: hue angle of 172.88º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9D4 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 212 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.09 |
| HSL | 172.88º | 0.8% | 0.57% | - |
| HSV(B) | 172.88º | 0.76% | 0.91% | - |
| XYZ | 42.65 | 63.87 | 72.37 | - |
| YUV | 177.68 | 147.36 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 212 | 0.76 | 0 | 0.09 | 0.09 | 172.88 | 0.8 | 0.57 |
| Hex | 38 | E9 | D4 | 4C | 0 | 9 | 9 | AD | 50 | 39 |
| Octal | 70 | 351 | 324 | 114 | 0 | 11 | 11 | 255 | 120 | 71 |
| Binary | 111000 | 11101001 | 11010100 | 1001100 | 0 | 1001 | 1001 | 10101101 | 1010000 | 111001 |
Color Harmonies of #38E9D4
Complementary color
Monochromatic Colors of #38E9D4
Black with #38E9D4
Text Example
Text Example
White with #38E9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E9D4; }
p { color: rgb(56,233,212); }
H1.HeaderClassName
{
color: #38E9D4;
}
.AnyTagClassName
{
color: #38E9D4;
}
</style>
background-color css
<style>
a { background-color: #38E9D4; }
a { background-color: rgb(56,233,212); }
div.DivClassName
{
background-color: #38E9D4;
}
.BgClassName
{
background-color: #38E9D4;
}
</style>
border-color css
<style>
span { border-color: #38E9D4; }
span { border-color: rgb(56,233,212); }
td.TdClassName
{
border-color: #38E9D4;
}
.TagClassName
{
border-color: #38E9D4;
}
</style>