Shades of Turquoise #48FFD3
Tints of Turquoise #48FFD3
RGB
CMYK
RGB Variations
Color information
#48FFD3 (or 0x48FFD3) is known color: Turquoise. HEX triplet: 48, FF and D3. RGB value is (72,255,211). Sum of RGB (Red+Green+Blue) = 72+255+211=538 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.38% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFD3 is #B7002C. Grayscale: #C3C3C3. Windows color (decimal): -11993133 or 13893448. OLE color: 13893448.
HSL color Cylindrical-coordinate representation of color #48FFD3: hue angle of 165.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFD3 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 211 | - |
| CMYK | 0.72 | 0 | 0.17 | 0 |
| HSL | 165.57º | 1% | 0.64% | - |
| HSV(B) | 165.57º | 0.72% | 1% | - |
| XYZ | 50.19 | 77.6 | 73.96 | - |
| YUV | 195.27 | 136.87 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 211 | 0.72 | 0 | 0.17 | 0 | 165.57 | 1 | 0.64 |
| Hex | 48 | FF | D3 | 48 | 0 | 11 | 0 | A6 | 64 | 40 |
| Octal | 110 | 377 | 323 | 110 | 0 | 21 | 0 | 246 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11010011 | 1001000 | 0 | 10001 | 0 | 10100110 | 1100100 | 1000000 |
Color Harmonies of #48FFD3
Complementary color
Monochromatic Colors of #48FFD3
Black with #48FFD3
Text Example
Text Example
White with #48FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFD3; }
p { color: rgb(72,255,211); }
H1.HeaderClassName
{
color: #48FFD3;
}
.AnyTagClassName
{
color: #48FFD3;
}
</style>
background-color css
<style>
a { background-color: #48FFD3; }
a { background-color: rgb(72,255,211); }
div.DivClassName
{
background-color: #48FFD3;
}
.BgClassName
{
background-color: #48FFD3;
}
</style>
border-color css
<style>
span { border-color: #48FFD3; }
span { border-color: rgb(72,255,211); }
td.TdClassName
{
border-color: #48FFD3;
}
.TagClassName
{
border-color: #48FFD3;
}
</style>