Shades of Medium Turquoise #38D4BB
Tints of Medium Turquoise #38D4BB
RGB
CMYK
RGB Variations
Color information
#38D4BB (or 0x38D4BB) is known color: Medium Turquoise. HEX triplet: 38, D4 and BB. RGB value is (56,212,187). Sum of RGB (Red+Green+Blue) = 56+212+187=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #38D4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D4BB is #C72B44. Grayscale: #A2A2A2. Windows color (decimal): -13052741 or 12309560. OLE color: 12309560.
HSL color Cylindrical-coordinate representation of color #38D4BB: hue angle of 170.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D4BB is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 187 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.17 |
| HSL | 170.38º | 0.64% | 0.53% | - |
| HSV(B) | 170.38º | 0.74% | 0.83% | - |
| XYZ | 34.14 | 51.52 | 55.16 | - |
| YUV | 162.51 | 141.82 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 187 | 0.74 | 0 | 0.12 | 0.17 | 170.38 | 0.64 | 0.53 |
| Hex | 38 | D4 | BB | 4A | 0 | C | 11 | AA | 40 | 35 |
| Octal | 70 | 324 | 273 | 112 | 0 | 14 | 21 | 252 | 100 | 65 |
| Binary | 111000 | 11010100 | 10111011 | 1001010 | 0 | 1100 | 10001 | 10101010 | 1000000 | 110101 |
Color Harmonies of #38D4BB
Complementary color
Monochromatic Colors of #38D4BB
Black with #38D4BB
Text Example
Text Example
White with #38D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D4BB; }
p { color: rgb(56,212,187); }
H1.HeaderClassName
{
color: #38D4BB;
}
.AnyTagClassName
{
color: #38D4BB;
}
</style>
background-color css
<style>
a { background-color: #38D4BB; }
a { background-color: rgb(56,212,187); }
div.DivClassName
{
background-color: #38D4BB;
}
.BgClassName
{
background-color: #38D4BB;
}
</style>
border-color css
<style>
span { border-color: #38D4BB; }
span { border-color: rgb(56,212,187); }
td.TdClassName
{
border-color: #38D4BB;
}
.TagClassName
{
border-color: #38D4BB;
}
</style>