Shades of Turquoise #38FFED
Tints of Turquoise #38FFED
RGB
CMYK
RGB Variations
Color information
#38FFED (or 0x38FFED) is known color: Turquoise. HEX triplet: 38, FF and ED. RGB value is (56,255,237). Sum of RGB (Red+Green+Blue) = 56+255+237=548 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.22% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFED is #C70012. Grayscale: #C1C1C1. Windows color (decimal): -13041683 or 15597368. OLE color: 15597368.
HSL color Cylindrical-coordinate representation of color #38FFED: hue angle of 174.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFED is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 237 | - |
| CMYK | 0.78 | 0 | 0.07 | 0 |
| HSL | 174.57º | 1% | 0.61% | - |
| HSV(B) | 174.57º | 0.78% | 1% | - |
| XYZ | 52.68 | 78.48 | 92.49 | - |
| YUV | 193.45 | 152.57 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 237 | 0.78 | 0 | 0.07 | 0 | 174.57 | 1 | 0.61 |
| Hex | 38 | FF | ED | 4E | 0 | 7 | 0 | AF | 64 | 3D |
| Octal | 70 | 377 | 355 | 116 | 0 | 7 | 0 | 257 | 144 | 75 |
| Binary | 111000 | 11111111 | 11101101 | 1001110 | 0 | 111 | 0 | 10101111 | 1100100 | 111101 |
Color Harmonies of #38FFED
Complementary color
Monochromatic Colors of #38FFED
Black with #38FFED
Text Example
Text Example
White with #38FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFED; }
p { color: rgb(56,255,237); }
H1.HeaderClassName
{
color: #38FFED;
}
.AnyTagClassName
{
color: #38FFED;
}
</style>
background-color css
<style>
a { background-color: #38FFED; }
a { background-color: rgb(56,255,237); }
div.DivClassName
{
background-color: #38FFED;
}
.BgClassName
{
background-color: #38FFED;
}
</style>
border-color css
<style>
span { border-color: #38FFED; }
span { border-color: rgb(56,255,237); }
td.TdClassName
{
border-color: #38FFED;
}
.TagClassName
{
border-color: #38FFED;
}
</style>