Shades of Turquoise #38EFBC
Tints of Turquoise #38EFBC
RGB
CMYK
RGB Variations
Color information
#38EFBC (or 0x38EFBC) is known color: Turquoise. HEX triplet: 38, EF and BC. RGB value is (56,239,188). Sum of RGB (Red+Green+Blue) = 56+239+188=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFBC is #C71043. Grayscale: #B2B2B2. Windows color (decimal): -13045828 or 12382008. OLE color: 12382008.
HSL color Cylindrical-coordinate representation of color #38EFBC: hue angle of 163.28º 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 #38EFBC is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 188 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.06 |
| HSL | 163.28º | 0.85% | 0.58% | - |
| HSV(B) | 163.28º | 0.77% | 0.94% | - |
| XYZ | 41.57 | 66.2 | 58.16 | - |
| YUV | 178.47 | 133.37 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 188 | 0.77 | 0 | 0.21 | 0.06 | 163.28 | 0.85 | 0.58 |
| Hex | 38 | EF | BC | 4D | 0 | 15 | 6 | A3 | 55 | 3A |
| Octal | 70 | 357 | 274 | 115 | 0 | 25 | 6 | 243 | 125 | 72 |
| Binary | 111000 | 11101111 | 10111100 | 1001101 | 0 | 10101 | 110 | 10100011 | 1010101 | 111010 |
Color Harmonies of #38EFBC
Complementary color
Monochromatic Colors of #38EFBC
Black with #38EFBC
Text Example
Text Example
White with #38EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EFBC; }
p { color: rgb(56,239,188); }
H1.HeaderClassName
{
color: #38EFBC;
}
.AnyTagClassName
{
color: #38EFBC;
}
</style>
background-color css
<style>
a { background-color: #38EFBC; }
a { background-color: rgb(56,239,188); }
div.DivClassName
{
background-color: #38EFBC;
}
.BgClassName
{
background-color: #38EFBC;
}
</style>
border-color css
<style>
span { border-color: #38EFBC; }
span { border-color: rgb(56,239,188); }
td.TdClassName
{
border-color: #38EFBC;
}
.TagClassName
{
border-color: #38EFBC;
}
</style>