Shades of Medium Turquoise #38D4BD
Tints of Medium Turquoise #38D4BD
RGB
CMYK
RGB Variations
Color information
#38D4BD (or 0x38D4BD) is known color: Medium Turquoise. HEX triplet: 38, D4 and BD. RGB value is (56,212,189). Sum of RGB (Red+Green+Blue) = 56+212+189=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #38D4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D4BD is #C72B42. Grayscale: #A2A2A2. Windows color (decimal): -13052739 or 12440632. OLE color: 12440632.
HSL color Cylindrical-coordinate representation of color #38D4BD: hue angle of 171.15º 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 #38D4BD is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 189 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.17 |
| HSL | 171.15º | 0.64% | 0.53% | - |
| HSV(B) | 171.15º | 0.74% | 0.83% | - |
| XYZ | 34.36 | 51.6 | 56.29 | - |
| YUV | 162.73 | 142.82 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 189 | 0.74 | 0 | 0.11 | 0.17 | 171.15 | 0.64 | 0.53 |
| Hex | 38 | D4 | BD | 4A | 0 | B | 11 | AB | 40 | 35 |
| Octal | 70 | 324 | 275 | 112 | 0 | 13 | 21 | 253 | 100 | 65 |
| Binary | 111000 | 11010100 | 10111101 | 1001010 | 0 | 1011 | 10001 | 10101011 | 1000000 | 110101 |
Color Harmonies of #38D4BD
Complementary color
Monochromatic Colors of #38D4BD
Black with #38D4BD
Text Example
Text Example
White with #38D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D4BD; }
p { color: rgb(56,212,189); }
H1.HeaderClassName
{
color: #38D4BD;
}
.AnyTagClassName
{
color: #38D4BD;
}
</style>
background-color css
<style>
a { background-color: #38D4BD; }
a { background-color: rgb(56,212,189); }
div.DivClassName
{
background-color: #38D4BD;
}
.BgClassName
{
background-color: #38D4BD;
}
</style>
border-color css
<style>
span { border-color: #38D4BD; }
span { border-color: rgb(56,212,189); }
td.TdClassName
{
border-color: #38D4BD;
}
.TagClassName
{
border-color: #38D4BD;
}
</style>