Shades of Turquoise #38FDE5
Tints of Turquoise #38FDE5
RGB
CMYK
RGB Variations
Color information
#38FDE5 (or 0x38FDE5) is known color: Turquoise. HEX triplet: 38, FD and E5. RGB value is (56,253,229). Sum of RGB (Red+Green+Blue) = 56+253+229=538 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.41% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDE5 is #C7021A. Grayscale: #BFBFBF. Windows color (decimal): -13042203 or 15072568. OLE color: 15072568.
HSL color Cylindrical-coordinate representation of color #38FDE5: hue angle of 172.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FDE5 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 253 | 229 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.01 |
| HSL | 172.69º | 0.98% | 0.61% | - |
| HSV(B) | 172.69º | 0.78% | 0.99% | - |
| XYZ | 50.9 | 76.75 | 86.26 | - |
| YUV | 191.36 | 149.23 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 253 | 229 | 0.78 | 0 | 0.09 | 0.01 | 172.69 | 0.98 | 0.61 |
| Hex | 38 | FD | E5 | 4E | 0 | 9 | 1 | AD | 62 | 3D |
| Octal | 70 | 375 | 345 | 116 | 0 | 11 | 1 | 255 | 142 | 75 |
| Binary | 111000 | 11111101 | 11100101 | 1001110 | 0 | 1001 | 1 | 10101101 | 1100010 | 111101 |
Color Harmonies of #38FDE5
Complementary color
Monochromatic Colors of #38FDE5
Black with #38FDE5
Text Example
Text Example
White with #38FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FDE5; }
p { color: rgb(56,253,229); }
H1.HeaderClassName
{
color: #38FDE5;
}
.AnyTagClassName
{
color: #38FDE5;
}
</style>
background-color css
<style>
a { background-color: #38FDE5; }
a { background-color: rgb(56,253,229); }
div.DivClassName
{
background-color: #38FDE5;
}
.BgClassName
{
background-color: #38FDE5;
}
</style>
border-color css
<style>
span { border-color: #38FDE5; }
span { border-color: rgb(56,253,229); }
td.TdClassName
{
border-color: #38FDE5;
}
.TagClassName
{
border-color: #38FDE5;
}
</style>