Shades of Turquoise #48FFD2
Tints of Turquoise #48FFD2
RGB
CMYK
RGB Variations
Color information
#48FFD2 (or 0x48FFD2) is known color: Turquoise. HEX triplet: 48, FF and D2. RGB value is (72,255,210). Sum of RGB (Red+Green+Blue) = 72+255+210=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFD2 is #B7002D. Grayscale: #C3C3C3. Windows color (decimal): -11993134 or 13827912. OLE color: 13827912.
HSL color Cylindrical-coordinate representation of color #48FFD2: hue angle of 165.25º 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 #48FFD2 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 210 | - |
| CMYK | 0.72 | 0 | 0.18 | 0 |
| HSL | 165.25º | 1% | 0.64% | - |
| HSV(B) | 165.25º | 0.72% | 1% | - |
| XYZ | 50.07 | 77.55 | 73.3 | - |
| YUV | 195.15 | 136.37 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 210 | 0.72 | 0 | 0.18 | 0 | 165.25 | 1 | 0.64 |
| Hex | 48 | FF | D2 | 48 | 0 | 12 | 0 | A5 | 64 | 40 |
| Octal | 110 | 377 | 322 | 110 | 0 | 22 | 0 | 245 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11010010 | 1001000 | 0 | 10010 | 0 | 10100101 | 1100100 | 1000000 |
Color Harmonies of #48FFD2
Complementary color
Monochromatic Colors of #48FFD2
Black with #48FFD2
Text Example
Text Example
White with #48FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFD2; }
p { color: rgb(72,255,210); }
H1.HeaderClassName
{
color: #48FFD2;
}
.AnyTagClassName
{
color: #48FFD2;
}
</style>
background-color css
<style>
a { background-color: #48FFD2; }
a { background-color: rgb(72,255,210); }
div.DivClassName
{
background-color: #48FFD2;
}
.BgClassName
{
background-color: #48FFD2;
}
</style>
border-color css
<style>
span { border-color: #48FFD2; }
span { border-color: rgb(72,255,210); }
td.TdClassName
{
border-color: #48FFD2;
}
.TagClassName
{
border-color: #48FFD2;
}
</style>