Shades of Turquoise #38EDDD
Tints of Turquoise #38EDDD
RGB
CMYK
RGB Variations
Color information
#38EDDD (or 0x38EDDD) is known color: Turquoise. HEX triplet: 38, ED and DD. RGB value is (56,237,221). Sum of RGB (Red+Green+Blue) = 56+237+221=514 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.89% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EDDD is #C71222. Grayscale: #B4B4B4. Windows color (decimal): -13046307 or 14544184. OLE color: 14544184.
HSL color Cylindrical-coordinate representation of color #38EDDD: hue angle of 174.7º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EDDD is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 237 | 221 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.07 |
| HSL | 174.7º | 0.83% | 0.57% | - |
| HSV(B) | 174.7º | 0.76% | 0.93% | - |
| XYZ | 44.97 | 66.63 | 78.9 | - |
| YUV | 181.06 | 150.53 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 237 | 221 | 0.76 | 0 | 0.07 | 0.07 | 174.7 | 0.83 | 0.57 |
| Hex | 38 | ED | DD | 4C | 0 | 7 | 7 | AF | 53 | 39 |
| Octal | 70 | 355 | 335 | 114 | 0 | 7 | 7 | 257 | 123 | 71 |
| Binary | 111000 | 11101101 | 11011101 | 1001100 | 0 | 111 | 111 | 10101111 | 1010011 | 111001 |
Color Harmonies of #38EDDD
Complementary color
Monochromatic Colors of #38EDDD
Black with #38EDDD
Text Example
Text Example
White with #38EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EDDD; }
p { color: rgb(56,237,221); }
H1.HeaderClassName
{
color: #38EDDD;
}
.AnyTagClassName
{
color: #38EDDD;
}
</style>
background-color css
<style>
a { background-color: #38EDDD; }
a { background-color: rgb(56,237,221); }
div.DivClassName
{
background-color: #38EDDD;
}
.BgClassName
{
background-color: #38EDDD;
}
</style>
border-color css
<style>
span { border-color: #38EDDD; }
span { border-color: rgb(56,237,221); }
td.TdClassName
{
border-color: #38EDDD;
}
.TagClassName
{
border-color: #38EDDD;
}
</style>