Shades of Medium Turquoise #38CFC1
Tints of Medium Turquoise #38CFC1
RGB
CMYK
RGB Variations
Color information
#38CFC1 (or 0x38CFC1) is known color: Medium Turquoise. HEX triplet: 38, CF and C1. RGB value is (56,207,193). Sum of RGB (Red+Green+Blue) = 56+207+193=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFC1 is #C7303E. Grayscale: #A0A0A0. Windows color (decimal): -13054015 or 12701496. OLE color: 12701496.
HSL color Cylindrical-coordinate representation of color #38CFC1: hue angle of 174.44º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CFC1 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 193 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.19 |
| HSL | 174.44º | 0.61% | 0.52% | - |
| HSV(B) | 174.44º | 0.73% | 0.81% | - |
| XYZ | 33.57 | 49.32 | 58.2 | - |
| YUV | 160.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 193 | 0.73 | 0 | 0.07 | 0.19 | 174.44 | 0.61 | 0.52 |
| Hex | 38 | CF | C1 | 49 | 0 | 7 | 13 | AE | 3D | 34 |
| Octal | 70 | 317 | 301 | 111 | 0 | 7 | 23 | 256 | 75 | 64 |
| Binary | 111000 | 11001111 | 11000001 | 1001001 | 0 | 111 | 10011 | 10101110 | 111101 | 110100 |
Color Harmonies of #38CFC1
Complementary color
Monochromatic Colors of #38CFC1
Black with #38CFC1
Text Example
Text Example
White with #38CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFC1; }
p { color: rgb(56,207,193); }
H1.HeaderClassName
{
color: #38CFC1;
}
.AnyTagClassName
{
color: #38CFC1;
}
</style>
background-color css
<style>
a { background-color: #38CFC1; }
a { background-color: rgb(56,207,193); }
div.DivClassName
{
background-color: #38CFC1;
}
.BgClassName
{
background-color: #38CFC1;
}
</style>
border-color css
<style>
span { border-color: #38CFC1; }
span { border-color: rgb(56,207,193); }
td.TdClassName
{
border-color: #38CFC1;
}
.TagClassName
{
border-color: #38CFC1;
}
</style>