Shades of Medium Turquoise #38C1C5
Tints of Medium Turquoise #38C1C5
RGB
CMYK
RGB Variations
Color information
#38C1C5 (or 0x38C1C5) is known color: Medium Turquoise. HEX triplet: 38, C1 and C5. RGB value is (56,193,197). Sum of RGB (Red+Green+Blue) = 56+193+197=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #38C1C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C1C5 is #C73E3A. Grayscale: #989898. Windows color (decimal): -13057595 or 12960056. OLE color: 12960056.
HSL color Cylindrical-coordinate representation of color #38C1C5: hue angle of 181.7º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C1C5 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 193 | 197 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.23 |
| HSL | 181.7º | 0.56% | 0.5% | - |
| HSV(B) | 181.7º | 0.72% | 0.77% | - |
| XYZ | 30.78 | 43.01 | 59.5 | - |
| YUV | 152.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 193 | 197 | 0.72 | 0.02 | 0 | 0.23 | 181.7 | 0.56 | 0.5 |
| Hex | 38 | C1 | C5 | 48 | 2 | 0 | 17 | B6 | 38 | 32 |
| Octal | 70 | 301 | 305 | 110 | 2 | 0 | 27 | 266 | 70 | 62 |
| Binary | 111000 | 11000001 | 11000101 | 1001000 | 10 | 0 | 10111 | 10110110 | 111000 | 110010 |
Color Harmonies of #38C1C5
Complementary color
Monochromatic Colors of #38C1C5
Black with #38C1C5
Text Example
Text Example
White with #38C1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C1C5; }
p { color: rgb(56,193,197); }
H1.HeaderClassName
{
color: #38C1C5;
}
.AnyTagClassName
{
color: #38C1C5;
}
</style>
background-color css
<style>
a { background-color: #38C1C5; }
a { background-color: rgb(56,193,197); }
div.DivClassName
{
background-color: #38C1C5;
}
.BgClassName
{
background-color: #38C1C5;
}
</style>
border-color css
<style>
span { border-color: #38C1C5; }
span { border-color: rgb(56,193,197); }
td.TdClassName
{
border-color: #38C1C5;
}
.TagClassName
{
border-color: #38C1C5;
}
</style>