Shades of Turquoise #48FDB3
Tints of Turquoise #48FDB3
RGB
CMYK
RGB Variations
Color information
#48FDB3 (or 0x48FDB3) is known color: Turquoise. HEX triplet: 48, FD and B3. RGB value is (72,253,179). Sum of RGB (Red+Green+Blue) = 72+253+179=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDB3 is #B7024C. Grayscale: #BEBEBE. Windows color (decimal): -11993677 or 11795784. OLE color: 11795784.
HSL color Cylindrical-coordinate representation of color #48FDB3: hue angle of 155.47º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDB3 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 179 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.01 |
| HSL | 155.47º | 0.98% | 0.64% | - |
| HSV(B) | 155.47º | 0.72% | 0.99% | - |
| XYZ | 45.93 | 74.88 | 54.68 | - |
| YUV | 190.45 | 121.53 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 179 | 0.72 | 0 | 0.29 | 0.01 | 155.47 | 0.98 | 0.64 |
| Hex | 48 | FD | B3 | 48 | 0 | 1D | 1 | 9B | 62 | 40 |
| Octal | 110 | 375 | 263 | 110 | 0 | 35 | 1 | 233 | 142 | 100 |
| Binary | 1001000 | 11111101 | 10110011 | 1001000 | 0 | 11101 | 1 | 10011011 | 1100010 | 1000000 |
Color Harmonies of #48FDB3
Complementary color
Monochromatic Colors of #48FDB3
Black with #48FDB3
Text Example
Text Example
White with #48FDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDB3; }
p { color: rgb(72,253,179); }
H1.HeaderClassName
{
color: #48FDB3;
}
.AnyTagClassName
{
color: #48FDB3;
}
</style>
background-color css
<style>
a { background-color: #48FDB3; }
a { background-color: rgb(72,253,179); }
div.DivClassName
{
background-color: #48FDB3;
}
.BgClassName
{
background-color: #48FDB3;
}
</style>
border-color css
<style>
span { border-color: #48FDB3; }
span { border-color: rgb(72,253,179); }
td.TdClassName
{
border-color: #48FDB3;
}
.TagClassName
{
border-color: #48FDB3;
}
</style>