Shades of Medium Turquoise #48CFBD
Tints of Medium Turquoise #48CFBD
RGB
CMYK
RGB Variations
Color information
#48CFBD (or 0x48CFBD) is known color: Medium Turquoise. HEX triplet: 48, CF and BD. RGB value is (72,207,189). Sum of RGB (Red+Green+Blue) = 72+207+189=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFBD is #B73042. Grayscale: #A4A4A4. Windows color (decimal): -12005443 or 12439368. OLE color: 12439368.
HSL color Cylindrical-coordinate representation of color #48CFBD: hue angle of 172º 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 #48CFBD is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 189 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.19 |
| HSL | 172º | 0.58% | 0.55% | - |
| HSV(B) | 172º | 0.65% | 0.81% | - |
| XYZ | 34.17 | 49.68 | 55.93 | - |
| YUV | 164.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 189 | 0.65 | 0 | 0.09 | 0.19 | 172 | 0.58 | 0.55 |
| Hex | 48 | CF | BD | 41 | 0 | 9 | 13 | AC | 3A | 37 |
| Octal | 110 | 317 | 275 | 101 | 0 | 11 | 23 | 254 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10111101 | 1000001 | 0 | 1001 | 10011 | 10101100 | 111010 | 110111 |
Color Harmonies of #48CFBD
Complementary color
Monochromatic Colors of #48CFBD
Black with #48CFBD
Text Example
Text Example
White with #48CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFBD; }
p { color: rgb(72,207,189); }
H1.HeaderClassName
{
color: #48CFBD;
}
.AnyTagClassName
{
color: #48CFBD;
}
</style>
background-color css
<style>
a { background-color: #48CFBD; }
a { background-color: rgb(72,207,189); }
div.DivClassName
{
background-color: #48CFBD;
}
.BgClassName
{
background-color: #48CFBD;
}
</style>
border-color css
<style>
span { border-color: #48CFBD; }
span { border-color: rgb(72,207,189); }
td.TdClassName
{
border-color: #48CFBD;
}
.TagClassName
{
border-color: #48CFBD;
}
</style>