Shades of Medium Turquoise #38C0CE
Tints of Medium Turquoise #38C0CE
RGB
CMYK
RGB Variations
Color information
#38C0CE (or 0x38C0CE) is known color: Medium Turquoise. HEX triplet: 38, C0 and CE. RGB value is (56,192,206). Sum of RGB (Red+Green+Blue) = 56+192+206=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #38C0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0CE is #C73F31. Grayscale: #989898. Windows color (decimal): -13057842 or 13549624. OLE color: 13549624.
HSL color Cylindrical-coordinate representation of color #38C0CE: hue angle of 185.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C0CE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 192 | 206 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.19 |
| HSL | 185.6º | 0.6% | 0.51% | - |
| HSV(B) | 185.6º | 0.73% | 0.81% | - |
| XYZ | 31.62 | 43 | 65.03 | - |
| YUV | 152.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 206 | 0.73 | 0.07 | 0 | 0.19 | 185.6 | 0.6 | 0.51 |
| Hex | 38 | C0 | CE | 49 | 7 | 0 | 13 | BA | 3C | 33 |
| Octal | 70 | 300 | 316 | 111 | 7 | 0 | 23 | 272 | 74 | 63 |
| Binary | 111000 | 11000000 | 11001110 | 1001001 | 111 | 0 | 10011 | 10111010 | 111100 | 110011 |
Color Harmonies of #38C0CE
Complementary color
Monochromatic Colors of #38C0CE
Black with #38C0CE
Text Example
Text Example
White with #38C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0CE; }
p { color: rgb(56,192,206); }
H1.HeaderClassName
{
color: #38C0CE;
}
.AnyTagClassName
{
color: #38C0CE;
}
</style>
background-color css
<style>
a { background-color: #38C0CE; }
a { background-color: rgb(56,192,206); }
div.DivClassName
{
background-color: #38C0CE;
}
.BgClassName
{
background-color: #38C0CE;
}
</style>
border-color css
<style>
span { border-color: #38C0CE; }
span { border-color: rgb(56,192,206); }
td.TdClassName
{
border-color: #38C0CE;
}
.TagClassName
{
border-color: #38C0CE;
}
</style>