Shades of Medium Turquoise #38BEC5
Tints of Medium Turquoise #38BEC5
RGB
CMYK
RGB Variations
Color information
#38BEC5 (or 0x38BEC5) is known color: Medium Turquoise. HEX triplet: 38, BE and C5. RGB value is (56,190,197). Sum of RGB (Red+Green+Blue) = 56+190+197=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #38BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BEC5 is #C7413A. Grayscale: #969696. Windows color (decimal): -13058363 or 12959288. OLE color: 12959288.
HSL color Cylindrical-coordinate representation of color #38BEC5: hue angle of 182.98º 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 #38BEC5 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 190 | 197 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.23 |
| HSL | 182.98º | 0.56% | 0.5% | - |
| HSV(B) | 182.98º | 0.72% | 0.77% | - |
| XYZ | 30.12 | 41.7 | 59.28 | - |
| YUV | 150.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 197 | 0.72 | 0.04 | 0 | 0.23 | 182.98 | 0.56 | 0.5 |
| Hex | 38 | BE | C5 | 48 | 4 | 0 | 17 | B7 | 38 | 32 |
| Octal | 70 | 276 | 305 | 110 | 4 | 0 | 27 | 267 | 70 | 62 |
| Binary | 111000 | 10111110 | 11000101 | 1001000 | 100 | 0 | 10111 | 10110111 | 111000 | 110010 |
Color Harmonies of #38BEC5
Complementary color
Monochromatic Colors of #38BEC5
Black with #38BEC5
Text Example
Text Example
White with #38BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BEC5; }
p { color: rgb(56,190,197); }
H1.HeaderClassName
{
color: #38BEC5;
}
.AnyTagClassName
{
color: #38BEC5;
}
</style>
background-color css
<style>
a { background-color: #38BEC5; }
a { background-color: rgb(56,190,197); }
div.DivClassName
{
background-color: #38BEC5;
}
.BgClassName
{
background-color: #38BEC5;
}
</style>
border-color css
<style>
span { border-color: #38BEC5; }
span { border-color: rgb(56,190,197); }
td.TdClassName
{
border-color: #38BEC5;
}
.TagClassName
{
border-color: #38BEC5;
}
</style>