Shades of Turquoise #38EFD4
Tints of Turquoise #38EFD4
RGB
CMYK
RGB Variations
Color information
#38EFD4 (or 0x38EFD4) is known color: Turquoise. HEX triplet: 38, EF and D4. RGB value is (56,239,212). Sum of RGB (Red+Green+Blue) = 56+239+212=507 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.05% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFD4 is #C7102B. Grayscale: #B5B5B5. Windows color (decimal): -13045804 or 13954872. OLE color: 13954872.
HSL color Cylindrical-coordinate representation of color #38EFD4: hue angle of 171.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFD4 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 212 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.06 |
| HSL | 171.15º | 0.85% | 0.58% | - |
| HSV(B) | 171.15º | 0.77% | 0.94% | - |
| XYZ | 44.38 | 67.33 | 72.94 | - |
| YUV | 181.21 | 145.37 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 212 | 0.77 | 0 | 0.11 | 0.06 | 171.15 | 0.85 | 0.58 |
| Hex | 38 | EF | D4 | 4D | 0 | B | 6 | AB | 55 | 3A |
| Octal | 70 | 357 | 324 | 115 | 0 | 13 | 6 | 253 | 125 | 72 |
| Binary | 111000 | 11101111 | 11010100 | 1001101 | 0 | 1011 | 110 | 10101011 | 1010101 | 111010 |
Color Harmonies of #38EFD4
Complementary color
Monochromatic Colors of #38EFD4
Black with #38EFD4
Text Example
Text Example
White with #38EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EFD4; }
p { color: rgb(56,239,212); }
H1.HeaderClassName
{
color: #38EFD4;
}
.AnyTagClassName
{
color: #38EFD4;
}
</style>
background-color css
<style>
a { background-color: #38EFD4; }
a { background-color: rgb(56,239,212); }
div.DivClassName
{
background-color: #38EFD4;
}
.BgClassName
{
background-color: #38EFD4;
}
</style>
border-color css
<style>
span { border-color: #38EFD4; }
span { border-color: rgb(56,239,212); }
td.TdClassName
{
border-color: #38EFD4;
}
.TagClassName
{
border-color: #38EFD4;
}
</style>