Shades of Medium Turquoise #38CEC2
Tints of Medium Turquoise #38CEC2
RGB
CMYK
RGB Variations
Color information
#38CEC2 (or 0x38CEC2) is known color: Medium Turquoise. HEX triplet: 38, CE and C2. RGB value is (56,206,194). Sum of RGB (Red+Green+Blue) = 56+206+194=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEC2 is #C7313D. Grayscale: #9F9F9F. Windows color (decimal): -13054270 or 12766776. OLE color: 12766776.
HSL color Cylindrical-coordinate representation of color #38CEC2: hue angle of 175.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEC2 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 194 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.19 |
| HSL | 175.2º | 0.6% | 0.51% | - |
| HSV(B) | 175.2º | 0.73% | 0.81% | - |
| XYZ | 33.44 | 48.88 | 58.71 | - |
| YUV | 159.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 194 | 0.73 | 0 | 0.06 | 0.19 | 175.2 | 0.6 | 0.51 |
| Hex | 38 | CE | C2 | 49 | 0 | 6 | 13 | AF | 3C | 33 |
| Octal | 70 | 316 | 302 | 111 | 0 | 6 | 23 | 257 | 74 | 63 |
| Binary | 111000 | 11001110 | 11000010 | 1001001 | 0 | 110 | 10011 | 10101111 | 111100 | 110011 |
Color Harmonies of #38CEC2
Complementary color
Monochromatic Colors of #38CEC2
Black with #38CEC2
Text Example
Text Example
White with #38CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEC2; }
p { color: rgb(56,206,194); }
H1.HeaderClassName
{
color: #38CEC2;
}
.AnyTagClassName
{
color: #38CEC2;
}
</style>
background-color css
<style>
a { background-color: #38CEC2; }
a { background-color: rgb(56,206,194); }
div.DivClassName
{
background-color: #38CEC2;
}
.BgClassName
{
background-color: #38CEC2;
}
</style>
border-color css
<style>
span { border-color: #38CEC2; }
span { border-color: rgb(56,206,194); }
td.TdClassName
{
border-color: #38CEC2;
}
.TagClassName
{
border-color: #38CEC2;
}
</style>