Shades of Turquoise #38EEC5
Tints of Turquoise #38EEC5
RGB
CMYK
RGB Variations
Color information
#38EEC5 (or 0x38EEC5) is known color: Turquoise. HEX triplet: 38, EE and C5. RGB value is (56,238,197). Sum of RGB (Red+Green+Blue) = 56+238+197=491 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.41% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEC5 is #C7113A. Grayscale: #B2B2B2. Windows color (decimal): -13046075 or 12971576. OLE color: 12971576.
HSL color Cylindrical-coordinate representation of color #38EEC5: hue angle of 166.48º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEC5 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 197 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.07 |
| HSL | 166.48º | 0.84% | 0.58% | - |
| HSV(B) | 166.48º | 0.76% | 0.93% | - |
| XYZ | 42.28 | 66.02 | 63.34 | - |
| YUV | 178.91 | 138.2 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 197 | 0.76 | 0 | 0.17 | 0.07 | 166.48 | 0.84 | 0.58 |
| Hex | 38 | EE | C5 | 4C | 0 | 11 | 7 | A6 | 54 | 3A |
| Octal | 70 | 356 | 305 | 114 | 0 | 21 | 7 | 246 | 124 | 72 |
| Binary | 111000 | 11101110 | 11000101 | 1001100 | 0 | 10001 | 111 | 10100110 | 1010100 | 111010 |
Color Harmonies of #38EEC5
Complementary color
Monochromatic Colors of #38EEC5
Black with #38EEC5
Text Example
Text Example
White with #38EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EEC5; }
p { color: rgb(56,238,197); }
H1.HeaderClassName
{
color: #38EEC5;
}
.AnyTagClassName
{
color: #38EEC5;
}
</style>
background-color css
<style>
a { background-color: #38EEC5; }
a { background-color: rgb(56,238,197); }
div.DivClassName
{
background-color: #38EEC5;
}
.BgClassName
{
background-color: #38EEC5;
}
</style>
border-color css
<style>
span { border-color: #38EEC5; }
span { border-color: rgb(56,238,197); }
td.TdClassName
{
border-color: #38EEC5;
}
.TagClassName
{
border-color: #38EEC5;
}
</style>