Shades of Turquoise #38D7BA
Tints of Turquoise #38D7BA
RGB
CMYK
RGB Variations
Color information
#38D7BA (or 0x38D7BA) is known color: Turquoise. HEX triplet: 38, D7 and BA. RGB value is (56,215,186). Sum of RGB (Red+Green+Blue) = 56+215+186=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #38D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D7BA is #C72845. Grayscale: #A4A4A4. Windows color (decimal): -13051974 or 12244792. OLE color: 12244792.
HSL color Cylindrical-coordinate representation of color #38D7BA: hue angle of 169.06º degrees, saturation: 0.67, 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 #38D7BA is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 186 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.16 |
| HSL | 169.06º | 0.67% | 0.53% | - |
| HSV(B) | 169.06º | 0.74% | 0.84% | - |
| XYZ | 34.79 | 52.99 | 54.85 | - |
| YUV | 164.15 | 140.32 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 186 | 0.74 | 0 | 0.13 | 0.16 | 169.06 | 0.67 | 0.53 |
| Hex | 38 | D7 | BA | 4A | 0 | D | 10 | A9 | 43 | 35 |
| Octal | 70 | 327 | 272 | 112 | 0 | 15 | 20 | 251 | 103 | 65 |
| Binary | 111000 | 11010111 | 10111010 | 1001010 | 0 | 1101 | 10000 | 10101001 | 1000011 | 110101 |
Color Harmonies of #38D7BA
Complementary color
Monochromatic Colors of #38D7BA
Black with #38D7BA
Text Example
Text Example
White with #38D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D7BA; }
p { color: rgb(56,215,186); }
H1.HeaderClassName
{
color: #38D7BA;
}
.AnyTagClassName
{
color: #38D7BA;
}
</style>
background-color css
<style>
a { background-color: #38D7BA; }
a { background-color: rgb(56,215,186); }
div.DivClassName
{
background-color: #38D7BA;
}
.BgClassName
{
background-color: #38D7BA;
}
</style>
border-color css
<style>
span { border-color: #38D7BA; }
span { border-color: rgb(56,215,186); }
td.TdClassName
{
border-color: #38D7BA;
}
.TagClassName
{
border-color: #38D7BA;
}
</style>