Shades of Turquoise #38F2BB
Tints of Turquoise #38F2BB
RGB
CMYK
RGB Variations
Color information
#38F2BB (or 0x38F2BB) is known color: Turquoise. HEX triplet: 38, F2 and BB. RGB value is (56,242,187). Sum of RGB (Red+Green+Blue) = 56+242+187=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2BB is #C70D44. Grayscale: #B4B4B4. Windows color (decimal): -13045061 or 12317240. OLE color: 12317240.
HSL color Cylindrical-coordinate representation of color #38F2BB: hue angle of 162.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2BB is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 187 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.05 |
| HSL | 162.26º | 0.88% | 0.58% | - |
| HSV(B) | 162.26º | 0.77% | 0.95% | - |
| XYZ | 42.35 | 67.93 | 57.89 | - |
| YUV | 180.12 | 131.88 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 187 | 0.77 | 0 | 0.23 | 0.05 | 162.26 | 0.88 | 0.58 |
| Hex | 38 | F2 | BB | 4D | 0 | 17 | 5 | A2 | 58 | 3A |
| Octal | 70 | 362 | 273 | 115 | 0 | 27 | 5 | 242 | 130 | 72 |
| Binary | 111000 | 11110010 | 10111011 | 1001101 | 0 | 10111 | 101 | 10100010 | 1011000 | 111010 |
Color Harmonies of #38F2BB
Complementary color
Monochromatic Colors of #38F2BB
Black with #38F2BB
Text Example
Text Example
White with #38F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F2BB; }
p { color: rgb(56,242,187); }
H1.HeaderClassName
{
color: #38F2BB;
}
.AnyTagClassName
{
color: #38F2BB;
}
</style>
background-color css
<style>
a { background-color: #38F2BB; }
a { background-color: rgb(56,242,187); }
div.DivClassName
{
background-color: #38F2BB;
}
.BgClassName
{
background-color: #38F2BB;
}
</style>
border-color css
<style>
span { border-color: #38F2BB; }
span { border-color: rgb(56,242,187); }
td.TdClassName
{
border-color: #38F2BB;
}
.TagClassName
{
border-color: #38F2BB;
}
</style>