Shades of Turquoise #38FCBE
Tints of Turquoise #38FCBE
RGB
CMYK
RGB Variations
Color information
#38FCBE (or 0x38FCBE) is known color: Turquoise. HEX triplet: 38, FC and BE. RGB value is (56,252,190). Sum of RGB (Red+Green+Blue) = 56+252+190=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCBE is #C70341. Grayscale: #BABABA. Windows color (decimal): -13042498 or 12516408. OLE color: 12516408.
HSL color Cylindrical-coordinate representation of color #38FCBE: hue angle of 161.02º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCBE is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 252 | 190 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.01 |
| HSL | 161.02º | 0.97% | 0.6% | - |
| HSV(B) | 161.02º | 0.78% | 0.99% | - |
| XYZ | 45.74 | 74.18 | 60.62 | - |
| YUV | 186.33 | 130.07 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 252 | 190 | 0.78 | 0 | 0.25 | 0.01 | 161.02 | 0.97 | 0.6 |
| Hex | 38 | FC | BE | 4E | 0 | 19 | 1 | A1 | 61 | 3C |
| Octal | 70 | 374 | 276 | 116 | 0 | 31 | 1 | 241 | 141 | 74 |
| Binary | 111000 | 11111100 | 10111110 | 1001110 | 0 | 11001 | 1 | 10100001 | 1100001 | 111100 |
Color Harmonies of #38FCBE
Complementary color
Monochromatic Colors of #38FCBE
Black with #38FCBE
Text Example
Text Example
White with #38FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FCBE; }
p { color: rgb(56,252,190); }
H1.HeaderClassName
{
color: #38FCBE;
}
.AnyTagClassName
{
color: #38FCBE;
}
</style>
background-color css
<style>
a { background-color: #38FCBE; }
a { background-color: rgb(56,252,190); }
div.DivClassName
{
background-color: #38FCBE;
}
.BgClassName
{
background-color: #38FCBE;
}
</style>
border-color css
<style>
span { border-color: #38FCBE; }
span { border-color: rgb(56,252,190); }
td.TdClassName
{
border-color: #38FCBE;
}
.TagClassName
{
border-color: #38FCBE;
}
</style>