Shades of Medium Turquoise #38CAC2
Tints of Medium Turquoise #38CAC2
RGB
CMYK
RGB Variations
Color information
#38CAC2 (or 0x38CAC2) is known color: Medium Turquoise. HEX triplet: 38, CA and C2. RGB value is (56,202,194). Sum of RGB (Red+Green+Blue) = 56+202+194=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #38CAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CAC2 is #C7353D. Grayscale: #9D9D9D. Windows color (decimal): -13055294 or 12765752. OLE color: 12765752.
HSL color Cylindrical-coordinate representation of color #38CAC2: hue angle of 176.71º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CAC2 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 202 | 194 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.21 |
| HSL | 176.71º | 0.58% | 0.51% | - |
| HSV(B) | 176.71º | 0.72% | 0.79% | - |
| XYZ | 32.49 | 46.98 | 58.39 | - |
| YUV | 157.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 202 | 194 | 0.72 | 0 | 0.04 | 0.21 | 176.71 | 0.58 | 0.51 |
| Hex | 38 | CA | C2 | 48 | 0 | 4 | 15 | B1 | 3A | 33 |
| Octal | 70 | 312 | 302 | 110 | 0 | 4 | 25 | 261 | 72 | 63 |
| Binary | 111000 | 11001010 | 11000010 | 1001000 | 0 | 100 | 10101 | 10110001 | 111010 | 110011 |
Color Harmonies of #38CAC2
Complementary color
Monochromatic Colors of #38CAC2
Black with #38CAC2
Text Example
Text Example
White with #38CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CAC2; }
p { color: rgb(56,202,194); }
H1.HeaderClassName
{
color: #38CAC2;
}
.AnyTagClassName
{
color: #38CAC2;
}
</style>
background-color css
<style>
a { background-color: #38CAC2; }
a { background-color: rgb(56,202,194); }
div.DivClassName
{
background-color: #38CAC2;
}
.BgClassName
{
background-color: #38CAC2;
}
</style>
border-color css
<style>
span { border-color: #38CAC2; }
span { border-color: rgb(56,202,194); }
td.TdClassName
{
border-color: #38CAC2;
}
.TagClassName
{
border-color: #38CAC2;
}
</style>