Shades of Turquoise #38EED0
Tints of Turquoise #38EED0
RGB
CMYK
RGB Variations
Color information
#38EED0 (or 0x38EED0) is known color: Turquoise. HEX triplet: 38, EE and D0. RGB value is (56,238,208). Sum of RGB (Red+Green+Blue) = 56+238+208=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #38EED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EED0 is #C7112F. Grayscale: #B4B4B4. Windows color (decimal): -13046064 or 13692472. OLE color: 13692472.
HSL color Cylindrical-coordinate representation of color #38EED0: hue angle of 170.11º 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 #38EED0 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 208 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.07 |
| HSL | 170.11º | 0.84% | 0.58% | - |
| HSV(B) | 170.11º | 0.76% | 0.93% | - |
| XYZ | 43.59 | 66.54 | 70.22 | - |
| YUV | 180.16 | 143.7 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 208 | 0.76 | 0 | 0.13 | 0.07 | 170.11 | 0.84 | 0.58 |
| Hex | 38 | EE | D0 | 4C | 0 | D | 7 | AA | 54 | 3A |
| Octal | 70 | 356 | 320 | 114 | 0 | 15 | 7 | 252 | 124 | 72 |
| Binary | 111000 | 11101110 | 11010000 | 1001100 | 0 | 1101 | 111 | 10101010 | 1010100 | 111010 |
Color Harmonies of #38EED0
Complementary color
Monochromatic Colors of #38EED0
Black with #38EED0
Text Example
Text Example
White with #38EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EED0; }
p { color: rgb(56,238,208); }
H1.HeaderClassName
{
color: #38EED0;
}
.AnyTagClassName
{
color: #38EED0;
}
</style>
background-color css
<style>
a { background-color: #38EED0; }
a { background-color: rgb(56,238,208); }
div.DivClassName
{
background-color: #38EED0;
}
.BgClassName
{
background-color: #38EED0;
}
</style>
border-color css
<style>
span { border-color: #38EED0; }
span { border-color: rgb(56,238,208); }
td.TdClassName
{
border-color: #38EED0;
}
.TagClassName
{
border-color: #38EED0;
}
</style>