Shades of Turquoise #38F0BA
Tints of Turquoise #38F0BA
RGB
CMYK
RGB Variations
Color information
#38F0BA (or 0x38F0BA) is known color: Turquoise. HEX triplet: 38, F0 and BA. RGB value is (56,240,186). Sum of RGB (Red+Green+Blue) = 56+240+186=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #38F0BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F0BA is #C70F45. Grayscale: #B2B2B2. Windows color (decimal): -13045574 or 12251192. OLE color: 12251192.
HSL color Cylindrical-coordinate representation of color #38F0BA: hue angle of 162.39º degrees, saturation: 0.86, 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 #38F0BA is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 186 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.06 |
| HSL | 162.39º | 0.86% | 0.58% | - |
| HSV(B) | 162.39º | 0.77% | 0.94% | - |
| XYZ | 41.65 | 66.71 | 57.13 | - |
| YUV | 178.83 | 132.04 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 186 | 0.77 | 0 | 0.22 | 0.06 | 162.39 | 0.86 | 0.58 |
| Hex | 38 | F0 | BA | 4D | 0 | 16 | 6 | A2 | 56 | 3A |
| Octal | 70 | 360 | 272 | 115 | 0 | 26 | 6 | 242 | 126 | 72 |
| Binary | 111000 | 11110000 | 10111010 | 1001101 | 0 | 10110 | 110 | 10100010 | 1010110 | 111010 |
Color Harmonies of #38F0BA
Complementary color
Monochromatic Colors of #38F0BA
Black with #38F0BA
Text Example
Text Example
White with #38F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F0BA; }
p { color: rgb(56,240,186); }
H1.HeaderClassName
{
color: #38F0BA;
}
.AnyTagClassName
{
color: #38F0BA;
}
</style>
background-color css
<style>
a { background-color: #38F0BA; }
a { background-color: rgb(56,240,186); }
div.DivClassName
{
background-color: #38F0BA;
}
.BgClassName
{
background-color: #38F0BA;
}
</style>
border-color css
<style>
span { border-color: #38F0BA; }
span { border-color: rgb(56,240,186); }
td.TdClassName
{
border-color: #38F0BA;
}
.TagClassName
{
border-color: #38F0BA;
}
</style>