Shades of Medium Turquoise #38BFCD
Tints of Medium Turquoise #38BFCD
RGB
CMYK
RGB Variations
Color information
#38BFCD (or 0x38BFCD) is known color: Medium Turquoise. HEX triplet: 38, BF and CD. RGB value is (56,191,205). Sum of RGB (Red+Green+Blue) = 56+191+205=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #38BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFCD is #C74032. Grayscale: #989898. Windows color (decimal): -13058099 or 13483832. OLE color: 13483832.
HSL color Cylindrical-coordinate representation of color #38BFCD: hue angle of 185.64º degrees, saturation: 0.6, 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 #38BFCD is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 191 | 205 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.20 |
| HSL | 185.64º | 0.6% | 0.51% | - |
| HSV(B) | 185.64º | 0.73% | 0.8% | - |
| XYZ | 31.28 | 42.51 | 64.31 | - |
| YUV | 152.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 205 | 0.73 | 0.07 | 0 | 0.20 | 185.64 | 0.6 | 0.51 |
| Hex | 38 | BF | CD | 49 | 7 | 0 | 14 | BA | 3C | 33 |
| Octal | 70 | 277 | 315 | 111 | 7 | 0 | 24 | 272 | 74 | 63 |
| Binary | 111000 | 10111111 | 11001101 | 1001001 | 111 | 0 | 10100 | 10111010 | 111100 | 110011 |
Color Harmonies of #38BFCD
Complementary color
Monochromatic Colors of #38BFCD
Black with #38BFCD
Text Example
Text Example
White with #38BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFCD; }
p { color: rgb(56,191,205); }
H1.HeaderClassName
{
color: #38BFCD;
}
.AnyTagClassName
{
color: #38BFCD;
}
</style>
background-color css
<style>
a { background-color: #38BFCD; }
a { background-color: rgb(56,191,205); }
div.DivClassName
{
background-color: #38BFCD;
}
.BgClassName
{
background-color: #38BFCD;
}
</style>
border-color css
<style>
span { border-color: #38BFCD; }
span { border-color: rgb(56,191,205); }
td.TdClassName
{
border-color: #38BFCD;
}
.TagClassName
{
border-color: #38BFCD;
}
</style>