Shades of Turquoise #38EEBF
Tints of Turquoise #38EEBF
RGB
CMYK
RGB Variations
Color information
#38EEBF (or 0x38EEBF) is known color: Turquoise. HEX triplet: 38, EE and BF. RGB value is (56,238,191). Sum of RGB (Red+Green+Blue) = 56+238+191=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEBF is #C71140. Grayscale: #B2B2B2. Windows color (decimal): -13046081 or 12578360. OLE color: 12578360.
HSL color Cylindrical-coordinate representation of color #38EEBF: hue angle of 164.51º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEBF is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 191 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.07 |
| HSL | 164.51º | 0.84% | 0.58% | - |
| HSV(B) | 164.51º | 0.76% | 0.93% | - |
| XYZ | 41.61 | 65.75 | 59.79 | - |
| YUV | 178.22 | 135.2 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 191 | 0.76 | 0 | 0.20 | 0.07 | 164.51 | 0.84 | 0.58 |
| Hex | 38 | EE | BF | 4C | 0 | 14 | 7 | A5 | 54 | 3A |
| Octal | 70 | 356 | 277 | 114 | 0 | 24 | 7 | 245 | 124 | 72 |
| Binary | 111000 | 11101110 | 10111111 | 1001100 | 0 | 10100 | 111 | 10100101 | 1010100 | 111010 |
Color Harmonies of #38EEBF
Complementary color
Monochromatic Colors of #38EEBF
Black with #38EEBF
Text Example
Text Example
White with #38EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EEBF; }
p { color: rgb(56,238,191); }
H1.HeaderClassName
{
color: #38EEBF;
}
.AnyTagClassName
{
color: #38EEBF;
}
</style>
background-color css
<style>
a { background-color: #38EEBF; }
a { background-color: rgb(56,238,191); }
div.DivClassName
{
background-color: #38EEBF;
}
.BgClassName
{
background-color: #38EEBF;
}
</style>
border-color css
<style>
span { border-color: #38EEBF; }
span { border-color: rgb(56,238,191); }
td.TdClassName
{
border-color: #38EEBF;
}
.TagClassName
{
border-color: #38EEBF;
}
</style>