Shades of Medium Turquoise #38CFC3
Tints of Medium Turquoise #38CFC3
RGB
CMYK
RGB Variations
Color information
#38CFC3 (or 0x38CFC3) is known color: Medium Turquoise. HEX triplet: 38, CF and C3. RGB value is (56,207,195). Sum of RGB (Red+Green+Blue) = 56+207+195=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFC3 is #C7303C. Grayscale: #A0A0A0. Windows color (decimal): -13054013 or 12832568. OLE color: 12832568.
HSL color Cylindrical-coordinate representation of color #38CFC3: hue angle of 175.23º 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 #38CFC3 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 195 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.19 |
| HSL | 175.23º | 0.61% | 0.52% | - |
| HSV(B) | 175.23º | 0.73% | 0.81% | - |
| XYZ | 33.79 | 49.41 | 59.39 | - |
| YUV | 160.48 | 147.47 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 195 | 0.73 | 0 | 0.06 | 0.19 | 175.23 | 0.61 | 0.52 |
| Hex | 38 | CF | C3 | 49 | 0 | 6 | 13 | AF | 3D | 34 |
| Octal | 70 | 317 | 303 | 111 | 0 | 6 | 23 | 257 | 75 | 64 |
| Binary | 111000 | 11001111 | 11000011 | 1001001 | 0 | 110 | 10011 | 10101111 | 111101 | 110100 |
Color Harmonies of #38CFC3
Complementary color
Monochromatic Colors of #38CFC3
Black with #38CFC3
Text Example
Text Example
White with #38CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFC3; }
p { color: rgb(56,207,195); }
H1.HeaderClassName
{
color: #38CFC3;
}
.AnyTagClassName
{
color: #38CFC3;
}
</style>
background-color css
<style>
a { background-color: #38CFC3; }
a { background-color: rgb(56,207,195); }
div.DivClassName
{
background-color: #38CFC3;
}
.BgClassName
{
background-color: #38CFC3;
}
</style>
border-color css
<style>
span { border-color: #38CFC3; }
span { border-color: rgb(56,207,195); }
td.TdClassName
{
border-color: #38CFC3;
}
.TagClassName
{
border-color: #38CFC3;
}
</style>