Shades of Medium Turquoise #38BFC4
Tints of Medium Turquoise #38BFC4
RGB
CMYK
RGB Variations
Color information
#38BFC4 (or 0x38BFC4) is known color: Medium Turquoise. HEX triplet: 38, BF and C4. RGB value is (56,191,196). Sum of RGB (Red+Green+Blue) = 56+191+196=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #38BFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFC4 is #C7403B. Grayscale: #979797. Windows color (decimal): -13058108 or 12894008. OLE color: 12894008.
HSL color Cylindrical-coordinate representation of color #38BFC4: hue angle of 182.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFC4 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 191 | 196 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.23 |
| HSL | 182.14º | 0.56% | 0.49% | - |
| HSV(B) | 182.14º | 0.71% | 0.77% | - |
| XYZ | 30.23 | 42.09 | 58.76 | - |
| YUV | 151.21 | 153.27 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 196 | 0.71 | 0.03 | 0 | 0.23 | 182.14 | 0.56 | 0.49 |
| Hex | 38 | BF | C4 | 47 | 3 | 0 | 17 | B6 | 38 | 31 |
| Octal | 70 | 277 | 304 | 107 | 3 | 0 | 27 | 266 | 70 | 61 |
| Binary | 111000 | 10111111 | 11000100 | 1000111 | 11 | 0 | 10111 | 10110110 | 111000 | 110001 |
Color Harmonies of #38BFC4
Complementary color
Monochromatic Colors of #38BFC4
Black with #38BFC4
Text Example
Text Example
White with #38BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFC4; }
p { color: rgb(56,191,196); }
H1.HeaderClassName
{
color: #38BFC4;
}
.AnyTagClassName
{
color: #38BFC4;
}
</style>
background-color css
<style>
a { background-color: #38BFC4; }
a { background-color: rgb(56,191,196); }
div.DivClassName
{
background-color: #38BFC4;
}
.BgClassName
{
background-color: #38BFC4;
}
</style>
border-color css
<style>
span { border-color: #38BFC4; }
span { border-color: rgb(56,191,196); }
td.TdClassName
{
border-color: #38BFC4;
}
.TagClassName
{
border-color: #38BFC4;
}
</style>