Shades of Turquoise #38ECE7
Tints of Turquoise #38ECE7
RGB
CMYK
RGB Variations
Color information
#38ECE7 (or 0x38ECE7) is known color: Turquoise. HEX triplet: 38, EC and E7. RGB value is (56,236,231). Sum of RGB (Red+Green+Blue) = 56+236+231=523 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.71% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38ECE7 is #C71318. Grayscale: #B5B5B5. Windows color (decimal): -13046553 or 15199288. OLE color: 15199288.
HSL color Cylindrical-coordinate representation of color #38ECE7: hue angle of 178.33º 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 #38ECE7 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 231 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.07 |
| HSL | 178.33º | 0.83% | 0.57% | - |
| HSV(B) | 178.33º | 0.76% | 0.93% | - |
| XYZ | 46.05 | 66.6 | 86.03 | - |
| YUV | 181.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 231 | 0.76 | 0 | 0.02 | 0.07 | 178.33 | 0.83 | 0.57 |
| Hex | 38 | EC | E7 | 4C | 0 | 2 | 7 | B2 | 53 | 39 |
| Octal | 70 | 354 | 347 | 114 | 0 | 2 | 7 | 262 | 123 | 71 |
| Binary | 111000 | 11101100 | 11100111 | 1001100 | 0 | 10 | 111 | 10110010 | 1010011 | 111001 |
Color Harmonies of #38ECE7
Complementary color
Monochromatic Colors of #38ECE7
Black with #38ECE7
Text Example
Text Example
White with #38ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ECE7; }
p { color: rgb(56,236,231); }
H1.HeaderClassName
{
color: #38ECE7;
}
.AnyTagClassName
{
color: #38ECE7;
}
</style>
background-color css
<style>
a { background-color: #38ECE7; }
a { background-color: rgb(56,236,231); }
div.DivClassName
{
background-color: #38ECE7;
}
.BgClassName
{
background-color: #38ECE7;
}
</style>
border-color css
<style>
span { border-color: #38ECE7; }
span { border-color: rgb(56,236,231); }
td.TdClassName
{
border-color: #38ECE7;
}
.TagClassName
{
border-color: #38ECE7;
}
</style>