Shades of Turquoise #38EFB5
Tints of Turquoise #38EFB5
RGB
CMYK
RGB Variations
Color information
#38EFB5 (or 0x38EFB5) is known color: Turquoise. HEX triplet: 38, EF and B5. RGB value is (56,239,181). Sum of RGB (Red+Green+Blue) = 56+239+181=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFB5 is #C7104A. Grayscale: #B1B1B1. Windows color (decimal): -13045835 or 11923256. OLE color: 11923256.
HSL color Cylindrical-coordinate representation of color #38EFB5: hue angle of 160.98º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFB5 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 181 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.06 |
| HSL | 160.98º | 0.85% | 0.58% | - |
| HSV(B) | 160.98º | 0.77% | 0.94% | - |
| XYZ | 40.84 | 65.91 | 54.29 | - |
| YUV | 177.67 | 129.87 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 181 | 0.77 | 0 | 0.24 | 0.06 | 160.98 | 0.85 | 0.58 |
| Hex | 38 | EF | B5 | 4D | 0 | 18 | 6 | A1 | 55 | 3A |
| Octal | 70 | 357 | 265 | 115 | 0 | 30 | 6 | 241 | 125 | 72 |
| Binary | 111000 | 11101111 | 10110101 | 1001101 | 0 | 11000 | 110 | 10100001 | 1010101 | 111010 |
Color Harmonies of #38EFB5
Complementary color
Monochromatic Colors of #38EFB5
Black with #38EFB5
Text Example
Text Example
White with #38EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EFB5; }
p { color: rgb(56,239,181); }
H1.HeaderClassName
{
color: #38EFB5;
}
.AnyTagClassName
{
color: #38EFB5;
}
</style>
background-color css
<style>
a { background-color: #38EFB5; }
a { background-color: rgb(56,239,181); }
div.DivClassName
{
background-color: #38EFB5;
}
.BgClassName
{
background-color: #38EFB5;
}
</style>
border-color css
<style>
span { border-color: #38EFB5; }
span { border-color: rgb(56,239,181); }
td.TdClassName
{
border-color: #38EFB5;
}
.TagClassName
{
border-color: #38EFB5;
}
</style>