Shades of Turquoise #38EADC
Tints of Turquoise #38EADC
RGB
CMYK
RGB Variations
Color information
#38EADC (or 0x38EADC) is known color: Turquoise. HEX triplet: 38, EA and DC. RGB value is (56,234,220). Sum of RGB (Red+Green+Blue) = 56+234+220=510 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.98% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #38EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EADC is #C71523. Grayscale: #B3B3B3. Windows color (decimal): -13047076 or 14477880. OLE color: 14477880.
HSL color Cylindrical-coordinate representation of color #38EADC: hue angle of 175.28º degrees, saturation: 0.81, 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 #38EADC is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 220 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.08 |
| HSL | 175.28º | 0.81% | 0.57% | - |
| HSV(B) | 175.28º | 0.76% | 0.92% | - |
| XYZ | 43.97 | 64.85 | 77.91 | - |
| YUV | 179.18 | 151.03 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 220 | 0.76 | 0 | 0.06 | 0.08 | 175.28 | 0.81 | 0.57 |
| Hex | 38 | EA | DC | 4C | 0 | 6 | 8 | AF | 51 | 39 |
| Octal | 70 | 352 | 334 | 114 | 0 | 6 | 10 | 257 | 121 | 71 |
| Binary | 111000 | 11101010 | 11011100 | 1001100 | 0 | 110 | 1000 | 10101111 | 1010001 | 111001 |
Color Harmonies of #38EADC
Complementary color
Monochromatic Colors of #38EADC
Black with #38EADC
Text Example
Text Example
White with #38EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EADC; }
p { color: rgb(56,234,220); }
H1.HeaderClassName
{
color: #38EADC;
}
.AnyTagClassName
{
color: #38EADC;
}
</style>
background-color css
<style>
a { background-color: #38EADC; }
a { background-color: rgb(56,234,220); }
div.DivClassName
{
background-color: #38EADC;
}
.BgClassName
{
background-color: #38EADC;
}
</style>
border-color css
<style>
span { border-color: #38EADC; }
span { border-color: rgb(56,234,220); }
td.TdClassName
{
border-color: #38EADC;
}
.TagClassName
{
border-color: #38EADC;
}
</style>