Shades of Medium Turquoise #38C5CF
Tints of Medium Turquoise #38C5CF
RGB
CMYK
RGB Variations
Color information
#38C5CF (or 0x38C5CF) is known color: Medium Turquoise. HEX triplet: 38, C5 and CF. RGB value is (56,197,207). Sum of RGB (Red+Green+Blue) = 56+197+207=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #38C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5CF is #C73A30. Grayscale: #9B9B9B. Windows color (decimal): -13056561 or 13616440. OLE color: 13616440.
HSL color Cylindrical-coordinate representation of color #38C5CF: hue angle of 183.97º 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 #38C5CF is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 197 | 207 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.19 |
| HSL | 183.97º | 0.61% | 0.52% | - |
| HSV(B) | 183.97º | 0.73% | 0.81% | - |
| XYZ | 32.86 | 45.28 | 66.04 | - |
| YUV | 155.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 207 | 0.73 | 0.05 | 0 | 0.19 | 183.97 | 0.61 | 0.52 |
| Hex | 38 | C5 | CF | 49 | 5 | 0 | 13 | B8 | 3D | 34 |
| Octal | 70 | 305 | 317 | 111 | 5 | 0 | 23 | 270 | 75 | 64 |
| Binary | 111000 | 11000101 | 11001111 | 1001001 | 101 | 0 | 10011 | 10111000 | 111101 | 110100 |
Color Harmonies of #38C5CF
Complementary color
Monochromatic Colors of #38C5CF
Black with #38C5CF
Text Example
Text Example
White with #38C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C5CF; }
p { color: rgb(56,197,207); }
H1.HeaderClassName
{
color: #38C5CF;
}
.AnyTagClassName
{
color: #38C5CF;
}
</style>
background-color css
<style>
a { background-color: #38C5CF; }
a { background-color: rgb(56,197,207); }
div.DivClassName
{
background-color: #38C5CF;
}
.BgClassName
{
background-color: #38C5CF;
}
</style>
border-color css
<style>
span { border-color: #38C5CF; }
span { border-color: rgb(56,197,207); }
td.TdClassName
{
border-color: #38C5CF;
}
.TagClassName
{
border-color: #38C5CF;
}
</style>