Shades of Medium Turquoise #38CCB5
Tints of Medium Turquoise #38CCB5
RGB
CMYK
RGB Variations
Color information
#38CCB5 (or 0x38CCB5) is known color: Medium Turquoise. HEX triplet: 38, CC and B5. RGB value is (56,204,181). Sum of RGB (Red+Green+Blue) = 56+204+181=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #38CCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCB5 is #C7334A. Grayscale: #9D9D9D. Windows color (decimal): -13054795 or 11914296. OLE color: 11914296.
HSL color Cylindrical-coordinate representation of color #38CCB5: hue angle of 170.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CCB5 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 181 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.2 |
| HSL | 170.68º | 0.59% | 0.51% | - |
| HSV(B) | 170.68º | 0.73% | 0.8% | - |
| XYZ | 31.56 | 47.36 | 51.19 | - |
| YUV | 157.13 | 141.47 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 181 | 0.73 | 0 | 0.11 | 0.2 | 170.68 | 0.59 | 0.51 |
| Hex | 38 | CC | B5 | 49 | 0 | B | 14 | AB | 3B | 33 |
| Octal | 70 | 314 | 265 | 111 | 0 | 13 | 24 | 253 | 73 | 63 |
| Binary | 111000 | 11001100 | 10110101 | 1001001 | 0 | 1011 | 10100 | 10101011 | 111011 | 110011 |
Color Harmonies of #38CCB5
Complementary color
Monochromatic Colors of #38CCB5
Black with #38CCB5
Text Example
Text Example
White with #38CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCB5; }
p { color: rgb(56,204,181); }
H1.HeaderClassName
{
color: #38CCB5;
}
.AnyTagClassName
{
color: #38CCB5;
}
</style>
background-color css
<style>
a { background-color: #38CCB5; }
a { background-color: rgb(56,204,181); }
div.DivClassName
{
background-color: #38CCB5;
}
.BgClassName
{
background-color: #38CCB5;
}
</style>
border-color css
<style>
span { border-color: #38CCB5; }
span { border-color: rgb(56,204,181); }
td.TdClassName
{
border-color: #38CCB5;
}
.TagClassName
{
border-color: #38CCB5;
}
</style>