Shades of Turquoise #38FEDC
Tints of Turquoise #38FEDC
RGB
CMYK
RGB Variations
Color information
#38FEDC (or 0x38FEDC) is known color: Turquoise. HEX triplet: 38, FE and DC. RGB value is (56,254,220). Sum of RGB (Red+Green+Blue) = 56+254+220=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FEDC is #C70123. Grayscale: #BEBEBE. Windows color (decimal): -13041956 or 14483000. OLE color: 14483000.
HSL color Cylindrical-coordinate representation of color #38FEDC: hue angle of 169.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FEDC is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 220 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.00 |
| HSL | 169.7º | 0.99% | 0.61% | - |
| HSV(B) | 169.7º | 0.78% | 1% | - |
| XYZ | 49.99 | 76.89 | 79.92 | - |
| YUV | 190.92 | 144.4 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 220 | 0.78 | 0 | 0.13 | 0.00 | 169.7 | 0.99 | 0.61 |
| Hex | 38 | FE | DC | 4E | 0 | D | 0 | AA | 63 | 3D |
| Octal | 70 | 376 | 334 | 116 | 0 | 15 | 0 | 252 | 143 | 75 |
| Binary | 111000 | 11111110 | 11011100 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100011 | 111101 |
Color Harmonies of #38FEDC
Complementary color
Monochromatic Colors of #38FEDC
Black with #38FEDC
Text Example
Text Example
White with #38FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FEDC; }
p { color: rgb(56,254,220); }
H1.HeaderClassName
{
color: #38FEDC;
}
.AnyTagClassName
{
color: #38FEDC;
}
</style>
background-color css
<style>
a { background-color: #38FEDC; }
a { background-color: rgb(56,254,220); }
div.DivClassName
{
background-color: #38FEDC;
}
.BgClassName
{
background-color: #38FEDC;
}
</style>
border-color css
<style>
span { border-color: #38FEDC; }
span { border-color: rgb(56,254,220); }
td.TdClassName
{
border-color: #38FEDC;
}
.TagClassName
{
border-color: #38FEDC;
}
</style>