Shades of Medium Turquoise #38C9BC
Tints of Medium Turquoise #38C9BC
RGB
CMYK
RGB Variations
Color information
#38C9BC (or 0x38C9BC) is known color: Medium Turquoise. HEX triplet: 38, C9 and BC. RGB value is (56,201,188). Sum of RGB (Red+Green+Blue) = 56+201+188=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #38C9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9BC is #C73643. Grayscale: #9C9C9C. Windows color (decimal): -13055556 or 12372280. OLE color: 12372280.
HSL color Cylindrical-coordinate representation of color #38C9BC: hue angle of 174.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C9BC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 188 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.21 |
| HSL | 174.62º | 0.57% | 0.5% | - |
| HSV(B) | 174.62º | 0.72% | 0.79% | - |
| XYZ | 31.59 | 46.24 | 54.84 | - |
| YUV | 156.16 | 145.96 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 188 | 0.72 | 0 | 0.06 | 0.21 | 174.62 | 0.57 | 0.5 |
| Hex | 38 | C9 | BC | 48 | 0 | 6 | 15 | AF | 39 | 32 |
| Octal | 70 | 311 | 274 | 110 | 0 | 6 | 25 | 257 | 71 | 62 |
| Binary | 111000 | 11001001 | 10111100 | 1001000 | 0 | 110 | 10101 | 10101111 | 111001 | 110010 |
Color Harmonies of #38C9BC
Complementary color
Monochromatic Colors of #38C9BC
Black with #38C9BC
Text Example
Text Example
White with #38C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C9BC; }
p { color: rgb(56,201,188); }
H1.HeaderClassName
{
color: #38C9BC;
}
.AnyTagClassName
{
color: #38C9BC;
}
</style>
background-color css
<style>
a { background-color: #38C9BC; }
a { background-color: rgb(56,201,188); }
div.DivClassName
{
background-color: #38C9BC;
}
.BgClassName
{
background-color: #38C9BC;
}
</style>
border-color css
<style>
span { border-color: #38C9BC; }
span { border-color: rgb(56,201,188); }
td.TdClassName
{
border-color: #38C9BC;
}
.TagClassName
{
border-color: #38C9BC;
}
</style>