Shades of Medium Turquoise #48CFBE
Tints of Medium Turquoise #48CFBE
RGB
CMYK
RGB Variations
Color information
#48CFBE (or 0x48CFBE) is known color: Medium Turquoise. HEX triplet: 48, CF and BE. RGB value is (72,207,190). Sum of RGB (Red+Green+Blue) = 72+207+190=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFBE is #B73041. Grayscale: #A4A4A4. Windows color (decimal): -12005442 or 12504904. OLE color: 12504904.
HSL color Cylindrical-coordinate representation of color #48CFBE: hue angle of 172.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CFBE is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 190 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.19 |
| HSL | 172.44º | 0.58% | 0.55% | - |
| HSV(B) | 172.44º | 0.65% | 0.81% | - |
| XYZ | 34.28 | 49.72 | 56.51 | - |
| YUV | 164.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 190 | 0.65 | 0 | 0.08 | 0.19 | 172.44 | 0.58 | 0.55 |
| Hex | 48 | CF | BE | 41 | 0 | 8 | 13 | AC | 3A | 37 |
| Octal | 110 | 317 | 276 | 101 | 0 | 10 | 23 | 254 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10111110 | 1000001 | 0 | 1000 | 10011 | 10101100 | 111010 | 110111 |
Color Harmonies of #48CFBE
Complementary color
Monochromatic Colors of #48CFBE
Black with #48CFBE
Text Example
Text Example
White with #48CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFBE; }
p { color: rgb(72,207,190); }
H1.HeaderClassName
{
color: #48CFBE;
}
.AnyTagClassName
{
color: #48CFBE;
}
</style>
background-color css
<style>
a { background-color: #48CFBE; }
a { background-color: rgb(72,207,190); }
div.DivClassName
{
background-color: #48CFBE;
}
.BgClassName
{
background-color: #48CFBE;
}
</style>
border-color css
<style>
span { border-color: #48CFBE; }
span { border-color: rgb(72,207,190); }
td.TdClassName
{
border-color: #48CFBE;
}
.TagClassName
{
border-color: #48CFBE;
}
</style>