Shades of Turquoise #38FABA
Tints of Turquoise #38FABA
RGB
CMYK
RGB Variations
Color information
#38FABA (or 0x38FABA) is known color: Turquoise. HEX triplet: 38, FA and BA. RGB value is (56,250,186). Sum of RGB (Red+Green+Blue) = 56+250+186=492 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.38% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #38FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FABA is #C70545. Grayscale: #B8B8B8. Windows color (decimal): -13043014 or 12253752. OLE color: 12253752.
HSL color Cylindrical-coordinate representation of color #38FABA: hue angle of 160.21º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FABA is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 186 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.02 |
| HSL | 160.21º | 0.95% | 0.6% | - |
| HSV(B) | 160.21º | 0.78% | 0.98% | - |
| XYZ | 44.68 | 72.76 | 58.14 | - |
| YUV | 184.7 | 128.73 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 186 | 0.78 | 0 | 0.26 | 0.02 | 160.21 | 0.95 | 0.6 |
| Hex | 38 | FA | BA | 4E | 0 | 1A | 2 | A0 | 5F | 3C |
| Octal | 70 | 372 | 272 | 116 | 0 | 32 | 2 | 240 | 137 | 74 |
| Binary | 111000 | 11111010 | 10111010 | 1001110 | 0 | 11010 | 10 | 10100000 | 1011111 | 111100 |
Color Harmonies of #38FABA
Complementary color
Monochromatic Colors of #38FABA
Black with #38FABA
Text Example
Text Example
White with #38FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FABA; }
p { color: rgb(56,250,186); }
H1.HeaderClassName
{
color: #38FABA;
}
.AnyTagClassName
{
color: #38FABA;
}
</style>
background-color css
<style>
a { background-color: #38FABA; }
a { background-color: rgb(56,250,186); }
div.DivClassName
{
background-color: #38FABA;
}
.BgClassName
{
background-color: #38FABA;
}
</style>
border-color css
<style>
span { border-color: #38FABA; }
span { border-color: rgb(56,250,186); }
td.TdClassName
{
border-color: #38FABA;
}
.TagClassName
{
border-color: #38FABA;
}
</style>