Shades of Turquoise #38EEDD
Tints of Turquoise #38EEDD
RGB
CMYK
RGB Variations
Color information
#38EEDD (or 0x38EEDD) is known color: Turquoise. HEX triplet: 38, EE and DD. RGB value is (56,238,221). Sum of RGB (Red+Green+Blue) = 56+238+221=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EEDD is #C71122. Grayscale: #B5B5B5. Windows color (decimal): -13046051 or 14544440. OLE color: 14544440.
HSL color Cylindrical-coordinate representation of color #38EEDD: hue angle of 174.4º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEDD is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 221 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.07 |
| HSL | 174.4º | 0.84% | 0.58% | - |
| HSV(B) | 174.4º | 0.76% | 0.93% | - |
| XYZ | 45.26 | 67.21 | 78.99 | - |
| YUV | 181.64 | 150.2 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 221 | 0.76 | 0 | 0.07 | 0.07 | 174.4 | 0.84 | 0.58 |
| Hex | 38 | EE | DD | 4C | 0 | 7 | 7 | AE | 54 | 3A |
| Octal | 70 | 356 | 335 | 114 | 0 | 7 | 7 | 256 | 124 | 72 |
| Binary | 111000 | 11101110 | 11011101 | 1001100 | 0 | 111 | 111 | 10101110 | 1010100 | 111010 |
Color Harmonies of #38EEDD
Complementary color
Monochromatic Colors of #38EEDD
Black with #38EEDD
Text Example
Text Example
White with #38EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EEDD; }
p { color: rgb(56,238,221); }
H1.HeaderClassName
{
color: #38EEDD;
}
.AnyTagClassName
{
color: #38EEDD;
}
</style>
background-color css
<style>
a { background-color: #38EEDD; }
a { background-color: rgb(56,238,221); }
div.DivClassName
{
background-color: #38EEDD;
}
.BgClassName
{
background-color: #38EEDD;
}
</style>
border-color css
<style>
span { border-color: #38EEDD; }
span { border-color: rgb(56,238,221); }
td.TdClassName
{
border-color: #38EEDD;
}
.TagClassName
{
border-color: #38EEDD;
}
</style>