Shades of Turquoise #38ECD4
Tints of Turquoise #38ECD4
RGB
CMYK
RGB Variations
Color information
#38ECD4 (or 0x38ECD4) is known color: Turquoise. HEX triplet: 38, EC and D4. RGB value is (56,236,212). Sum of RGB (Red+Green+Blue) = 56+236+212=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECD4 is #C7132B. Grayscale: #B3B3B3. Windows color (decimal): -13046572 or 13954104. OLE color: 13954104.
HSL color Cylindrical-coordinate representation of color #38ECD4: hue angle of 172º 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 #38ECD4 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 212 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.07 |
| HSL | 172º | 0.83% | 0.57% | - |
| HSV(B) | 172º | 0.76% | 0.93% | - |
| XYZ | 43.51 | 65.59 | 72.65 | - |
| YUV | 179.44 | 146.37 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 212 | 0.76 | 0 | 0.10 | 0.07 | 172 | 0.83 | 0.57 |
| Hex | 38 | EC | D4 | 4C | 0 | A | 7 | AC | 53 | 39 |
| Octal | 70 | 354 | 324 | 114 | 0 | 12 | 7 | 254 | 123 | 71 |
| Binary | 111000 | 11101100 | 11010100 | 1001100 | 0 | 1010 | 111 | 10101100 | 1010011 | 111001 |
Color Harmonies of #38ECD4
Complementary color
Monochromatic Colors of #38ECD4
Black with #38ECD4
Text Example
Text Example
White with #38ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ECD4; }
p { color: rgb(56,236,212); }
H1.HeaderClassName
{
color: #38ECD4;
}
.AnyTagClassName
{
color: #38ECD4;
}
</style>
background-color css
<style>
a { background-color: #38ECD4; }
a { background-color: rgb(56,236,212); }
div.DivClassName
{
background-color: #38ECD4;
}
.BgClassName
{
background-color: #38ECD4;
}
</style>
border-color css
<style>
span { border-color: #38ECD4; }
span { border-color: rgb(56,236,212); }
td.TdClassName
{
border-color: #38ECD4;
}
.TagClassName
{
border-color: #38ECD4;
}
</style>