Shades of Medium Turquoise #38CEBB
Tints of Medium Turquoise #38CEBB
RGB
CMYK
RGB Variations
Color information
#38CEBB (or 0x38CEBB) is known color: Medium Turquoise. HEX triplet: 38, CE and BB. RGB value is (56,206,187). Sum of RGB (Red+Green+Blue) = 56+206+187=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEBB is #C73144. Grayscale: #9E9E9E. Windows color (decimal): -13054277 or 12308024. OLE color: 12308024.
HSL color Cylindrical-coordinate representation of color #38CEBB: hue angle of 172.4º 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 #38CEBB is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 187 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.19 |
| HSL | 172.4º | 0.6% | 0.51% | - |
| HSV(B) | 172.4º | 0.73% | 0.81% | - |
| XYZ | 32.67 | 48.57 | 54.67 | - |
| YUV | 158.98 | 143.81 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 187 | 0.73 | 0 | 0.09 | 0.19 | 172.4 | 0.6 | 0.51 |
| Hex | 38 | CE | BB | 49 | 0 | 9 | 13 | AC | 3C | 33 |
| Octal | 70 | 316 | 273 | 111 | 0 | 11 | 23 | 254 | 74 | 63 |
| Binary | 111000 | 11001110 | 10111011 | 1001001 | 0 | 1001 | 10011 | 10101100 | 111100 | 110011 |
Color Harmonies of #38CEBB
Complementary color
Monochromatic Colors of #38CEBB
Black with #38CEBB
Text Example
Text Example
White with #38CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEBB; }
p { color: rgb(56,206,187); }
H1.HeaderClassName
{
color: #38CEBB;
}
.AnyTagClassName
{
color: #38CEBB;
}
</style>
background-color css
<style>
a { background-color: #38CEBB; }
a { background-color: rgb(56,206,187); }
div.DivClassName
{
background-color: #38CEBB;
}
.BgClassName
{
background-color: #38CEBB;
}
</style>
border-color css
<style>
span { border-color: #38CEBB; }
span { border-color: rgb(56,206,187); }
td.TdClassName
{
border-color: #38CEBB;
}
.TagClassName
{
border-color: #38CEBB;
}
</style>