Shades of Turquoise #38F6E3
Tints of Turquoise #38F6E3
RGB
CMYK
RGB Variations
Color information
#38F6E3 (or 0x38F6E3) is known color: Turquoise. HEX triplet: 38, F6 and E3. RGB value is (56,246,227). Sum of RGB (Red+Green+Blue) = 56+246+227=529 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.59% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F6E3 is #C7091C. Grayscale: #BABABA. Windows color (decimal): -13043997 or 14939704. OLE color: 14939704.
HSL color Cylindrical-coordinate representation of color #38F6E3: hue angle of 174º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F6E3 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 246 | 227 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.04 |
| HSL | 174º | 0.91% | 0.59% | - |
| HSV(B) | 174º | 0.77% | 0.96% | - |
| XYZ | 48.45 | 72.3 | 84.07 | - |
| YUV | 187.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 246 | 227 | 0.77 | 0 | 0.08 | 0.04 | 174 | 0.91 | 0.59 |
| Hex | 38 | F6 | E3 | 4D | 0 | 8 | 4 | AE | 5B | 3B |
| Octal | 70 | 366 | 343 | 115 | 0 | 10 | 4 | 256 | 133 | 73 |
| Binary | 111000 | 11110110 | 11100011 | 1001101 | 0 | 1000 | 100 | 10101110 | 1011011 | 111011 |
Color Harmonies of #38F6E3
Complementary color
Monochromatic Colors of #38F6E3
Black with #38F6E3
Text Example
Text Example
White with #38F6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F6E3; }
p { color: rgb(56,246,227); }
H1.HeaderClassName
{
color: #38F6E3;
}
.AnyTagClassName
{
color: #38F6E3;
}
</style>
background-color css
<style>
a { background-color: #38F6E3; }
a { background-color: rgb(56,246,227); }
div.DivClassName
{
background-color: #38F6E3;
}
.BgClassName
{
background-color: #38F6E3;
}
</style>
border-color css
<style>
span { border-color: #38F6E3; }
span { border-color: rgb(56,246,227); }
td.TdClassName
{
border-color: #38F6E3;
}
.TagClassName
{
border-color: #38F6E3;
}
</style>