Shades of Turquoise #48FDD3
Tints of Turquoise #48FDD3
RGB
CMYK
RGB Variations
Color information
#48FDD3 (or 0x48FDD3) is known color: Turquoise. HEX triplet: 48, FD and D3. RGB value is (72,253,211). Sum of RGB (Red+Green+Blue) = 72+253+211=536 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.43% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDD3 is #B7022C. Grayscale: #C2C2C2. Windows color (decimal): -11993645 or 13892936. OLE color: 13892936.
HSL color Cylindrical-coordinate representation of color #48FDD3: hue angle of 166.08º 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 #48FDD3 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 211 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.01 |
| HSL | 166.08º | 0.98% | 0.64% | - |
| HSV(B) | 166.08º | 0.72% | 0.99% | - |
| XYZ | 49.56 | 76.33 | 73.75 | - |
| YUV | 194.09 | 137.53 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 211 | 0.72 | 0 | 0.17 | 0.01 | 166.08 | 0.98 | 0.64 |
| Hex | 48 | FD | D3 | 48 | 0 | 11 | 1 | A6 | 62 | 40 |
| Octal | 110 | 375 | 323 | 110 | 0 | 21 | 1 | 246 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11010011 | 1001000 | 0 | 10001 | 1 | 10100110 | 1100010 | 1000000 |
Color Harmonies of #48FDD3
Complementary color
Monochromatic Colors of #48FDD3
Black with #48FDD3
Text Example
Text Example
White with #48FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDD3; }
p { color: rgb(72,253,211); }
H1.HeaderClassName
{
color: #48FDD3;
}
.AnyTagClassName
{
color: #48FDD3;
}
</style>
background-color css
<style>
a { background-color: #48FDD3; }
a { background-color: rgb(72,253,211); }
div.DivClassName
{
background-color: #48FDD3;
}
.BgClassName
{
background-color: #48FDD3;
}
</style>
border-color css
<style>
span { border-color: #48FDD3; }
span { border-color: rgb(72,253,211); }
td.TdClassName
{
border-color: #48FDD3;
}
.TagClassName
{
border-color: #48FDD3;
}
</style>