Shades of Medium Turquoise #38D0BC
Tints of Medium Turquoise #38D0BC
RGB
CMYK
RGB Variations
Color information
#38D0BC (or 0x38D0BC) is known color: Medium Turquoise. HEX triplet: 38, D0 and BC. RGB value is (56,208,188). Sum of RGB (Red+Green+Blue) = 56+208+188=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #38D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D0BC is #C72F43. Grayscale: #A0A0A0. Windows color (decimal): -13053764 or 12374072. OLE color: 12374072.
HSL color Cylindrical-coordinate representation of color #38D0BC: hue angle of 172.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D0BC is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 188 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.18 |
| HSL | 172.11º | 0.62% | 0.52% | - |
| HSV(B) | 172.11º | 0.73% | 0.82% | - |
| XYZ | 33.26 | 49.58 | 55.39 | - |
| YUV | 160.27 | 143.64 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 188 | 0.73 | 0 | 0.10 | 0.18 | 172.11 | 0.62 | 0.52 |
| Hex | 38 | D0 | BC | 49 | 0 | A | 12 | AC | 3E | 34 |
| Octal | 70 | 320 | 274 | 111 | 0 | 12 | 22 | 254 | 76 | 64 |
| Binary | 111000 | 11010000 | 10111100 | 1001001 | 0 | 1010 | 10010 | 10101100 | 111110 | 110100 |
Color Harmonies of #38D0BC
Complementary color
Monochromatic Colors of #38D0BC
Black with #38D0BC
Text Example
Text Example
White with #38D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D0BC; }
p { color: rgb(56,208,188); }
H1.HeaderClassName
{
color: #38D0BC;
}
.AnyTagClassName
{
color: #38D0BC;
}
</style>
background-color css
<style>
a { background-color: #38D0BC; }
a { background-color: rgb(56,208,188); }
div.DivClassName
{
background-color: #38D0BC;
}
.BgClassName
{
background-color: #38D0BC;
}
</style>
border-color css
<style>
span { border-color: #38D0BC; }
span { border-color: rgb(56,208,188); }
td.TdClassName
{
border-color: #38D0BC;
}
.TagClassName
{
border-color: #38D0BC;
}
</style>