Shades of Turquoise #38ECC4
Tints of Turquoise #38ECC4
RGB
CMYK
RGB Variations
Color information
#38ECC4 (or 0x38ECC4) is known color: Turquoise. HEX triplet: 38, EC and C4. RGB value is (56,236,196). Sum of RGB (Red+Green+Blue) = 56+236+196=488 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.48% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECC4 is #C7133B. Grayscale: #B1B1B1. Windows color (decimal): -13046588 or 12905528. OLE color: 12905528.
HSL color Cylindrical-coordinate representation of color #38ECC4: hue angle of 166.67º 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 #38ECC4 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 196 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.07 |
| HSL | 166.67º | 0.83% | 0.57% | - |
| HSV(B) | 166.67º | 0.76% | 0.93% | - |
| XYZ | 41.59 | 64.82 | 62.54 | - |
| YUV | 177.62 | 138.37 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 196 | 0.76 | 0 | 0.17 | 0.07 | 166.67 | 0.83 | 0.57 |
| Hex | 38 | EC | C4 | 4C | 0 | 11 | 7 | A7 | 53 | 39 |
| Octal | 70 | 354 | 304 | 114 | 0 | 21 | 7 | 247 | 123 | 71 |
| Binary | 111000 | 11101100 | 11000100 | 1001100 | 0 | 10001 | 111 | 10100111 | 1010011 | 111001 |
Color Harmonies of #38ECC4
Complementary color
Monochromatic Colors of #38ECC4
Black with #38ECC4
Text Example
Text Example
White with #38ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ECC4; }
p { color: rgb(56,236,196); }
H1.HeaderClassName
{
color: #38ECC4;
}
.AnyTagClassName
{
color: #38ECC4;
}
</style>
background-color css
<style>
a { background-color: #38ECC4; }
a { background-color: rgb(56,236,196); }
div.DivClassName
{
background-color: #38ECC4;
}
.BgClassName
{
background-color: #38ECC4;
}
</style>
border-color css
<style>
span { border-color: #38ECC4; }
span { border-color: rgb(56,236,196); }
td.TdClassName
{
border-color: #38ECC4;
}
.TagClassName
{
border-color: #38ECC4;
}
</style>