Shades of Turquoise #38EBC2
Tints of Turquoise #38EBC2
RGB
CMYK
RGB Variations
Color information
#38EBC2 (or 0x38EBC2) is known color: Turquoise. HEX triplet: 38, EB and C2. RGB value is (56,235,194). Sum of RGB (Red+Green+Blue) = 56+235+194=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #38EBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EBC2 is #C7143D. Grayscale: #B0B0B0. Windows color (decimal): -13046846 or 12774200. OLE color: 12774200.
HSL color Cylindrical-coordinate representation of color #38EBC2: hue angle of 166.26º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EBC2 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 235 | 194 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.08 |
| HSL | 166.26º | 0.82% | 0.57% | - |
| HSV(B) | 166.26º | 0.76% | 0.92% | - |
| XYZ | 41.08 | 64.15 | 61.26 | - |
| YUV | 176.81 | 137.7 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 235 | 194 | 0.76 | 0 | 0.17 | 0.08 | 166.26 | 0.82 | 0.57 |
| Hex | 38 | EB | C2 | 4C | 0 | 11 | 8 | A6 | 52 | 39 |
| Octal | 70 | 353 | 302 | 114 | 0 | 21 | 10 | 246 | 122 | 71 |
| Binary | 111000 | 11101011 | 11000010 | 1001100 | 0 | 10001 | 1000 | 10100110 | 1010010 | 111001 |
Color Harmonies of #38EBC2
Complementary color
Monochromatic Colors of #38EBC2
Black with #38EBC2
Text Example
Text Example
White with #38EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EBC2; }
p { color: rgb(56,235,194); }
H1.HeaderClassName
{
color: #38EBC2;
}
.AnyTagClassName
{
color: #38EBC2;
}
</style>
background-color css
<style>
a { background-color: #38EBC2; }
a { background-color: rgb(56,235,194); }
div.DivClassName
{
background-color: #38EBC2;
}
.BgClassName
{
background-color: #38EBC2;
}
</style>
border-color css
<style>
span { border-color: #38EBC2; }
span { border-color: rgb(56,235,194); }
td.TdClassName
{
border-color: #38EBC2;
}
.TagClassName
{
border-color: #38EBC2;
}
</style>