Shades of Medium Turquoise #38CEDC
Tints of Medium Turquoise #38CEDC
RGB
CMYK
RGB Variations
Color information
#38CEDC (or 0x38CEDC) is known color: Medium Turquoise. HEX triplet: 38, CE and DC. RGB value is (56,206,220). Sum of RGB (Red+Green+Blue) = 56+206+220=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #38CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEDC is #C73123. Grayscale: #A2A2A2. Windows color (decimal): -13054244 or 14470712. OLE color: 14470712.
HSL color Cylindrical-coordinate representation of color #38CEDC: hue angle of 185.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CEDC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 206 | 220 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.14 |
| HSL | 185.12º | 0.7% | 0.54% | - |
| HSV(B) | 185.12º | 0.75% | 0.86% | - |
| XYZ | 36.62 | 50.15 | 75.46 | - |
| YUV | 162.75 | 160.31 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 220 | 0.75 | 0.06 | 0 | 0.14 | 185.12 | 0.7 | 0.54 |
| Hex | 38 | CE | DC | 4B | 6 | 0 | E | B9 | 46 | 36 |
| Octal | 70 | 316 | 334 | 113 | 6 | 0 | 16 | 271 | 106 | 66 |
| Binary | 111000 | 11001110 | 11011100 | 1001011 | 110 | 0 | 1110 | 10111001 | 1000110 | 110110 |
Color Harmonies of #38CEDC
Complementary color
Monochromatic Colors of #38CEDC
Black with #38CEDC
Text Example
Text Example
White with #38CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEDC; }
p { color: rgb(56,206,220); }
H1.HeaderClassName
{
color: #38CEDC;
}
.AnyTagClassName
{
color: #38CEDC;
}
</style>
background-color css
<style>
a { background-color: #38CEDC; }
a { background-color: rgb(56,206,220); }
div.DivClassName
{
background-color: #38CEDC;
}
.BgClassName
{
background-color: #38CEDC;
}
</style>
border-color css
<style>
span { border-color: #38CEDC; }
span { border-color: rgb(56,206,220); }
td.TdClassName
{
border-color: #38CEDC;
}
.TagClassName
{
border-color: #38CEDC;
}
</style>