Shades of Turquoise #38FEDB
Tints of Turquoise #38FEDB
RGB
CMYK
RGB Variations
Color information
#38FEDB (or 0x38FEDB) is known color: Turquoise. HEX triplet: 38, FE and DB. RGB value is (56,254,219). Sum of RGB (Red+Green+Blue) = 56+254+219=529 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.59% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FEDB is #C70124. Grayscale: #BEBEBE. Windows color (decimal): -13041957 or 14417464. OLE color: 14417464.
HSL color Cylindrical-coordinate representation of color #38FEDB: hue angle of 169.39º 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 #38FEDB is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 219 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.00 |
| HSL | 169.39º | 0.99% | 0.61% | - |
| HSV(B) | 169.39º | 0.78% | 1% | - |
| XYZ | 49.86 | 76.84 | 79.22 | - |
| YUV | 190.81 | 143.9 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 219 | 0.78 | 0 | 0.14 | 0.00 | 169.39 | 0.99 | 0.61 |
| Hex | 38 | FE | DB | 4E | 0 | E | 0 | A9 | 63 | 3D |
| Octal | 70 | 376 | 333 | 116 | 0 | 16 | 0 | 251 | 143 | 75 |
| Binary | 111000 | 11111110 | 11011011 | 1001110 | 0 | 1110 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #38FEDB
Complementary color
Monochromatic Colors of #38FEDB
Black with #38FEDB
Text Example
Text Example
White with #38FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FEDB; }
p { color: rgb(56,254,219); }
H1.HeaderClassName
{
color: #38FEDB;
}
.AnyTagClassName
{
color: #38FEDB;
}
</style>
background-color css
<style>
a { background-color: #38FEDB; }
a { background-color: rgb(56,254,219); }
div.DivClassName
{
background-color: #38FEDB;
}
.BgClassName
{
background-color: #38FEDB;
}
</style>
border-color css
<style>
span { border-color: #38FEDB; }
span { border-color: rgb(56,254,219); }
td.TdClassName
{
border-color: #38FEDB;
}
.TagClassName
{
border-color: #38FEDB;
}
</style>