Shades of Turquoise #38FEBE
Tints of Turquoise #38FEBE
RGB
CMYK
RGB Variations
Color information
#38FEBE (or 0x38FEBE) is known color: Turquoise. HEX triplet: 38, FE and BE. RGB value is (56,254,190). Sum of RGB (Red+Green+Blue) = 56+254+190=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FEBE is #C70141. Grayscale: #BBBBBB. Windows color (decimal): -13041986 or 12516920. OLE color: 12516920.
HSL color Cylindrical-coordinate representation of color #38FEBE: hue angle of 160.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FEBE is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 190 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.00 |
| HSL | 160.61º | 0.99% | 0.61% | - |
| HSV(B) | 160.61º | 0.78% | 1% | - |
| XYZ | 46.37 | 75.44 | 60.83 | - |
| YUV | 187.5 | 129.4 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 190 | 0.78 | 0 | 0.25 | 0.00 | 160.61 | 0.99 | 0.61 |
| Hex | 38 | FE | BE | 4E | 0 | 19 | 0 | A1 | 63 | 3D |
| Octal | 70 | 376 | 276 | 116 | 0 | 31 | 0 | 241 | 143 | 75 |
| Binary | 111000 | 11111110 | 10111110 | 1001110 | 0 | 11001 | 0 | 10100001 | 1100011 | 111101 |
Color Harmonies of #38FEBE
Complementary color
Monochromatic Colors of #38FEBE
Black with #38FEBE
Text Example
Text Example
White with #38FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FEBE; }
p { color: rgb(56,254,190); }
H1.HeaderClassName
{
color: #38FEBE;
}
.AnyTagClassName
{
color: #38FEBE;
}
</style>
background-color css
<style>
a { background-color: #38FEBE; }
a { background-color: rgb(56,254,190); }
div.DivClassName
{
background-color: #38FEBE;
}
.BgClassName
{
background-color: #38FEBE;
}
</style>
border-color css
<style>
span { border-color: #38FEBE; }
span { border-color: rgb(56,254,190); }
td.TdClassName
{
border-color: #38FEBE;
}
.TagClassName
{
border-color: #38FEBE;
}
</style>