Shades of Medium Turquoise #38C6CB
Tints of Medium Turquoise #38C6CB
RGB
CMYK
RGB Variations
Color information
#38C6CB (or 0x38C6CB) is known color: Medium Turquoise. HEX triplet: 38, C6 and CB. RGB value is (56,198,203). Sum of RGB (Red+Green+Blue) = 56+198+203=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #38C6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C6CB is #C73934. Grayscale: #9B9B9B. Windows color (decimal): -13056309 or 13354552. OLE color: 13354552.
HSL color Cylindrical-coordinate representation of color #38C6CB: hue angle of 182.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C6CB is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 198 | 203 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.20 |
| HSL | 182.04º | 0.59% | 0.51% | - |
| HSV(B) | 182.04º | 0.72% | 0.8% | - |
| XYZ | 32.6 | 45.54 | 63.57 | - |
| YUV | 156.11 | 154.46 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 203 | 0.72 | 0.02 | 0 | 0.20 | 182.04 | 0.59 | 0.51 |
| Hex | 38 | C6 | CB | 48 | 2 | 0 | 14 | B6 | 3B | 33 |
| Octal | 70 | 306 | 313 | 110 | 2 | 0 | 24 | 266 | 73 | 63 |
| Binary | 111000 | 11000110 | 11001011 | 1001000 | 10 | 0 | 10100 | 10110110 | 111011 | 110011 |
Color Harmonies of #38C6CB
Complementary color
Monochromatic Colors of #38C6CB
Black with #38C6CB
Text Example
Text Example
White with #38C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C6CB; }
p { color: rgb(56,198,203); }
H1.HeaderClassName
{
color: #38C6CB;
}
.AnyTagClassName
{
color: #38C6CB;
}
</style>
background-color css
<style>
a { background-color: #38C6CB; }
a { background-color: rgb(56,198,203); }
div.DivClassName
{
background-color: #38C6CB;
}
.BgClassName
{
background-color: #38C6CB;
}
</style>
border-color css
<style>
span { border-color: #38C6CB; }
span { border-color: rgb(56,198,203); }
td.TdClassName
{
border-color: #38C6CB;
}
.TagClassName
{
border-color: #38C6CB;
}
</style>