Shades of Turquoise #38E7D6
Tints of Turquoise #38E7D6
RGB
CMYK
RGB Variations
Color information
#38E7D6 (or 0x38E7D6) is known color: Turquoise. HEX triplet: 38, E7 and D6. RGB value is (56,231,214). Sum of RGB (Red+Green+Blue) = 56+231+214=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #38E7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E7D6 is #C71829. Grayscale: #B0B0B0. Windows color (decimal): -13047850 or 14083896. OLE color: 14083896.
HSL color Cylindrical-coordinate representation of color #38E7D6: hue angle of 174.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E7D6 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 231 | 214 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.09 |
| HSL | 174.17º | 0.78% | 0.56% | - |
| HSV(B) | 174.17º | 0.76% | 0.91% | - |
| XYZ | 42.34 | 62.85 | 73.52 | - |
| YUV | 176.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 231 | 214 | 0.76 | 0 | 0.07 | 0.09 | 174.17 | 0.78 | 0.56 |
| Hex | 38 | E7 | D6 | 4C | 0 | 7 | 9 | AE | 4E | 38 |
| Octal | 70 | 347 | 326 | 114 | 0 | 7 | 11 | 256 | 116 | 70 |
| Binary | 111000 | 11100111 | 11010110 | 1001100 | 0 | 111 | 1001 | 10101110 | 1001110 | 111000 |
Color Harmonies of #38E7D6
Complementary color
Monochromatic Colors of #38E7D6
Black with #38E7D6
Text Example
Text Example
White with #38E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E7D6; }
p { color: rgb(56,231,214); }
H1.HeaderClassName
{
color: #38E7D6;
}
.AnyTagClassName
{
color: #38E7D6;
}
</style>
background-color css
<style>
a { background-color: #38E7D6; }
a { background-color: rgb(56,231,214); }
div.DivClassName
{
background-color: #38E7D6;
}
.BgClassName
{
background-color: #38E7D6;
}
</style>
border-color css
<style>
span { border-color: #38E7D6; }
span { border-color: rgb(56,231,214); }
td.TdClassName
{
border-color: #38E7D6;
}
.TagClassName
{
border-color: #38E7D6;
}
</style>