Shades of Turquoise #38D5B7
Tints of Turquoise #38D5B7
RGB
CMYK
RGB Variations
Color information
#38D5B7 (or 0x38D5B7) is known color: Turquoise. HEX triplet: 38, D5 and B7. RGB value is (56,213,183). Sum of RGB (Red+Green+Blue) = 56+213+183=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5B7 is #C72A48. Grayscale: #A2A2A2. Windows color (decimal): -13052489 or 12047672. OLE color: 12047672.
HSL color Cylindrical-coordinate representation of color #38D5B7: hue angle of 168.54º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D5B7 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 183 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.16 |
| HSL | 168.54º | 0.65% | 0.53% | - |
| HSV(B) | 168.54º | 0.74% | 0.84% | - |
| XYZ | 33.97 | 51.85 | 53.02 | - |
| YUV | 162.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 183 | 0.74 | 0 | 0.14 | 0.16 | 168.54 | 0.65 | 0.53 |
| Hex | 38 | D5 | B7 | 4A | 0 | E | 10 | A9 | 41 | 35 |
| Octal | 70 | 325 | 267 | 112 | 0 | 16 | 20 | 251 | 101 | 65 |
| Binary | 111000 | 11010101 | 10110111 | 1001010 | 0 | 1110 | 10000 | 10101001 | 1000001 | 110101 |
Color Harmonies of #38D5B7
Complementary color
Monochromatic Colors of #38D5B7
Black with #38D5B7
Text Example
Text Example
White with #38D5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D5B7; }
p { color: rgb(56,213,183); }
H1.HeaderClassName
{
color: #38D5B7;
}
.AnyTagClassName
{
color: #38D5B7;
}
</style>
background-color css
<style>
a { background-color: #38D5B7; }
a { background-color: rgb(56,213,183); }
div.DivClassName
{
background-color: #38D5B7;
}
.BgClassName
{
background-color: #38D5B7;
}
</style>
border-color css
<style>
span { border-color: #38D5B7; }
span { border-color: rgb(56,213,183); }
td.TdClassName
{
border-color: #38D5B7;
}
.TagClassName
{
border-color: #38D5B7;
}
</style>