Shades of Medium Turquoise #38C5D2
Tints of Medium Turquoise #38C5D2
RGB
CMYK
RGB Variations
Color information
#38C5D2 (or 0x38C5D2) is known color: Medium Turquoise. HEX triplet: 38, C5 and D2. RGB value is (56,197,210). Sum of RGB (Red+Green+Blue) = 56+197+210=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #38C5D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5D2 is #C73A2D. Grayscale: #9C9C9C. Windows color (decimal): -13056558 or 13813048. OLE color: 13813048.
HSL color Cylindrical-coordinate representation of color #38C5D2: hue angle of 185.06º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C5D2 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 197 | 210 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.18 |
| HSL | 185.06º | 0.63% | 0.52% | - |
| HSV(B) | 185.06º | 0.73% | 0.82% | - |
| XYZ | 33.23 | 45.43 | 67.99 | - |
| YUV | 156.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 210 | 0.73 | 0.06 | 0 | 0.18 | 185.06 | 0.63 | 0.52 |
| Hex | 38 | C5 | D2 | 49 | 6 | 0 | 12 | B9 | 3F | 34 |
| Octal | 70 | 305 | 322 | 111 | 6 | 0 | 22 | 271 | 77 | 64 |
| Binary | 111000 | 11000101 | 11010010 | 1001001 | 110 | 0 | 10010 | 10111001 | 111111 | 110100 |
Color Harmonies of #38C5D2
Complementary color
Monochromatic Colors of #38C5D2
Black with #38C5D2
Text Example
Text Example
White with #38C5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C5D2; }
p { color: rgb(56,197,210); }
H1.HeaderClassName
{
color: #38C5D2;
}
.AnyTagClassName
{
color: #38C5D2;
}
</style>
background-color css
<style>
a { background-color: #38C5D2; }
a { background-color: rgb(56,197,210); }
div.DivClassName
{
background-color: #38C5D2;
}
.BgClassName
{
background-color: #38C5D2;
}
</style>
border-color css
<style>
span { border-color: #38C5D2; }
span { border-color: rgb(56,197,210); }
td.TdClassName
{
border-color: #38C5D2;
}
.TagClassName
{
border-color: #38C5D2;
}
</style>