Shades of Turquoise #38FEDA
Tints of Turquoise #38FEDA
RGB
CMYK
RGB Variations
Color information
#38FEDA (or 0x38FEDA) is known color: Turquoise. HEX triplet: 38, FE and DA. RGB value is (56,254,218). Sum of RGB (Red+Green+Blue) = 56+254+218=528 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.61% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FEDA is #C70125. Grayscale: #BEBEBE. Windows color (decimal): -13041958 or 14351928. OLE color: 14351928.
HSL color Cylindrical-coordinate representation of color #38FEDA: hue angle of 169.09º 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 #38FEDA is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 218 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.00 |
| HSL | 169.09º | 0.99% | 0.61% | - |
| HSV(B) | 169.09º | 0.78% | 1% | - |
| XYZ | 49.73 | 76.79 | 78.53 | - |
| YUV | 190.69 | 143.4 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 218 | 0.78 | 0 | 0.14 | 0.00 | 169.09 | 0.99 | 0.61 |
| Hex | 38 | FE | DA | 4E | 0 | E | 0 | A9 | 63 | 3D |
| Octal | 70 | 376 | 332 | 116 | 0 | 16 | 0 | 251 | 143 | 75 |
| Binary | 111000 | 11111110 | 11011010 | 1001110 | 0 | 1110 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #38FEDA
Complementary color
Monochromatic Colors of #38FEDA
Black with #38FEDA
Text Example
Text Example
White with #38FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FEDA; }
p { color: rgb(56,254,218); }
H1.HeaderClassName
{
color: #38FEDA;
}
.AnyTagClassName
{
color: #38FEDA;
}
</style>
background-color css
<style>
a { background-color: #38FEDA; }
a { background-color: rgb(56,254,218); }
div.DivClassName
{
background-color: #38FEDA;
}
.BgClassName
{
background-color: #38FEDA;
}
</style>
border-color css
<style>
span { border-color: #38FEDA; }
span { border-color: rgb(56,254,218); }
td.TdClassName
{
border-color: #38FEDA;
}
.TagClassName
{
border-color: #38FEDA;
}
</style>