Shades of Turquoise #38DCEC
Tints of Turquoise #38DCEC
RGB
CMYK
RGB Variations
Color information
#38DCEC (or 0x38DCEC) is known color: Turquoise. HEX triplet: 38, DC and EC. RGB value is (56,220,236). Sum of RGB (Red+Green+Blue) = 56+220+236=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #38DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCEC is #C72313. Grayscale: #ACACAC. Windows color (decimal): -13050644 or 15522872. OLE color: 15522872.
HSL color Cylindrical-coordinate representation of color #38DCEC: hue angle of 185.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 #38DCEC is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 220 | 236 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.07 |
| HSL | 185.33º | 0.83% | 0.57% | - |
| HSV(B) | 185.33º | 0.76% | 0.93% | - |
| XYZ | 42.36 | 58.08 | 88.34 | - |
| YUV | 172.79 | 163.67 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 236 | 0.76 | 0.07 | 0 | 0.07 | 185.33 | 0.83 | 0.57 |
| Hex | 38 | DC | EC | 4C | 7 | 0 | 7 | B9 | 53 | 39 |
| Octal | 70 | 334 | 354 | 114 | 7 | 0 | 7 | 271 | 123 | 71 |
| Binary | 111000 | 11011100 | 11101100 | 1001100 | 111 | 0 | 111 | 10111001 | 1010011 | 111001 |
Color Harmonies of #38DCEC
Complementary color
Monochromatic Colors of #38DCEC
Black with #38DCEC
Text Example
Text Example
White with #38DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCEC; }
p { color: rgb(56,220,236); }
H1.HeaderClassName
{
color: #38DCEC;
}
.AnyTagClassName
{
color: #38DCEC;
}
</style>
background-color css
<style>
a { background-color: #38DCEC; }
a { background-color: rgb(56,220,236); }
div.DivClassName
{
background-color: #38DCEC;
}
.BgClassName
{
background-color: #38DCEC;
}
</style>
border-color css
<style>
span { border-color: #38DCEC; }
span { border-color: rgb(56,220,236); }
td.TdClassName
{
border-color: #38DCEC;
}
.TagClassName
{
border-color: #38DCEC;
}
</style>