Shades of Turquoise #38E6C5
Tints of Turquoise #38E6C5
RGB
CMYK
RGB Variations
Color information
#38E6C5 (or 0x38E6C5) is known color: Turquoise. HEX triplet: 38, E6 and C5. RGB value is (56,230,197). Sum of RGB (Red+Green+Blue) = 56+230+197=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #38E6C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E6C5 is #C7193A. Grayscale: #AEAEAE. Windows color (decimal): -13048123 or 12969528. OLE color: 12969528.
HSL color Cylindrical-coordinate representation of color #38E6C5: hue angle of 168.62º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E6C5 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 230 | 197 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.10 |
| HSL | 168.62º | 0.78% | 0.56% | - |
| HSV(B) | 168.62º | 0.76% | 0.9% | - |
| XYZ | 40.01 | 61.47 | 62.58 | - |
| YUV | 174.21 | 140.85 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 230 | 197 | 0.76 | 0 | 0.14 | 0.10 | 168.62 | 0.78 | 0.56 |
| Hex | 38 | E6 | C5 | 4C | 0 | E | A | A9 | 4E | 38 |
| Octal | 70 | 346 | 305 | 114 | 0 | 16 | 12 | 251 | 116 | 70 |
| Binary | 111000 | 11100110 | 11000101 | 1001100 | 0 | 1110 | 1010 | 10101001 | 1001110 | 111000 |
Color Harmonies of #38E6C5
Complementary color
Monochromatic Colors of #38E6C5
Black with #38E6C5
Text Example
Text Example
White with #38E6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E6C5; }
p { color: rgb(56,230,197); }
H1.HeaderClassName
{
color: #38E6C5;
}
.AnyTagClassName
{
color: #38E6C5;
}
</style>
background-color css
<style>
a { background-color: #38E6C5; }
a { background-color: rgb(56,230,197); }
div.DivClassName
{
background-color: #38E6C5;
}
.BgClassName
{
background-color: #38E6C5;
}
</style>
border-color css
<style>
span { border-color: #38E6C5; }
span { border-color: rgb(56,230,197); }
td.TdClassName
{
border-color: #38E6C5;
}
.TagClassName
{
border-color: #38E6C5;
}
</style>