Shades of Turquoise #38FFBF
Tints of Turquoise #38FFBF
RGB
CMYK
RGB Variations
Color information
#38FFBF (or 0x38FFBF) is known color: Turquoise. HEX triplet: 38, FF and BF. RGB value is (56,255,191). Sum of RGB (Red+Green+Blue) = 56+255+191=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFBF is #C70040. Grayscale: #BCBCBC. Windows color (decimal): -13041729 or 12582712. OLE color: 12582712.
HSL color Cylindrical-coordinate representation of color #38FFBF: hue angle of 160.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFBF is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 191 | - |
| CMYK | 0.78 | 0 | 0.25 | 0 |
| HSL | 160.7º | 1% | 0.61% | - |
| HSV(B) | 160.7º | 0.78% | 1% | - |
| XYZ | 46.79 | 76.12 | 61.52 | - |
| YUV | 188.2 | 129.57 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 191 | 0.78 | 0 | 0.25 | 0 | 160.7 | 1 | 0.61 |
| Hex | 38 | FF | BF | 4E | 0 | 19 | 0 | A1 | 64 | 3D |
| Octal | 70 | 377 | 277 | 116 | 0 | 31 | 0 | 241 | 144 | 75 |
| Binary | 111000 | 11111111 | 10111111 | 1001110 | 0 | 11001 | 0 | 10100001 | 1100100 | 111101 |
Color Harmonies of #38FFBF
Complementary color
Monochromatic Colors of #38FFBF
Black with #38FFBF
Text Example
Text Example
White with #38FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFBF; }
p { color: rgb(56,255,191); }
H1.HeaderClassName
{
color: #38FFBF;
}
.AnyTagClassName
{
color: #38FFBF;
}
</style>
background-color css
<style>
a { background-color: #38FFBF; }
a { background-color: rgb(56,255,191); }
div.DivClassName
{
background-color: #38FFBF;
}
.BgClassName
{
background-color: #38FFBF;
}
</style>
border-color css
<style>
span { border-color: #38FFBF; }
span { border-color: rgb(56,255,191); }
td.TdClassName
{
border-color: #38FFBF;
}
.TagClassName
{
border-color: #38FFBF;
}
</style>