Shades of Turquoise #38DCBA
Tints of Turquoise #38DCBA
RGB
CMYK
RGB Variations
Color information
#38DCBA (or 0x38DCBA) is known color: Turquoise. HEX triplet: 38, DC and BA. RGB value is (56,220,186). Sum of RGB (Red+Green+Blue) = 56+220+186=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCBA is #C72345. Grayscale: #A7A7A7. Windows color (decimal): -13050694 or 12246072. OLE color: 12246072.
HSL color Cylindrical-coordinate representation of color #38DCBA: hue angle of 167.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCBA is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 186 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.14 |
| HSL | 167.56º | 0.7% | 0.54% | - |
| HSV(B) | 167.56º | 0.75% | 0.86% | - |
| XYZ | 36.09 | 55.57 | 55.28 | - |
| YUV | 167.09 | 138.67 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 186 | 0.75 | 0 | 0.15 | 0.14 | 167.56 | 0.7 | 0.54 |
| Hex | 38 | DC | BA | 4B | 0 | F | E | A8 | 46 | 36 |
| Octal | 70 | 334 | 272 | 113 | 0 | 17 | 16 | 250 | 106 | 66 |
| Binary | 111000 | 11011100 | 10111010 | 1001011 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110110 |
Color Harmonies of #38DCBA
Complementary color
Monochromatic Colors of #38DCBA
Black with #38DCBA
Text Example
Text Example
White with #38DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCBA; }
p { color: rgb(56,220,186); }
H1.HeaderClassName
{
color: #38DCBA;
}
.AnyTagClassName
{
color: #38DCBA;
}
</style>
background-color css
<style>
a { background-color: #38DCBA; }
a { background-color: rgb(56,220,186); }
div.DivClassName
{
background-color: #38DCBA;
}
.BgClassName
{
background-color: #38DCBA;
}
</style>
border-color css
<style>
span { border-color: #38DCBA; }
span { border-color: rgb(56,220,186); }
td.TdClassName
{
border-color: #38DCBA;
}
.TagClassName
{
border-color: #38DCBA;
}
</style>