Shades of Turquoise #48FCDA
Tints of Turquoise #48FCDA
RGB
CMYK
RGB Variations
Color information
#48FCDA (or 0x48FCDA) is known color: Turquoise. HEX triplet: 48, FC and DA. RGB value is (72,252,218). Sum of RGB (Red+Green+Blue) = 72+252+218=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCDA is #B70325. Grayscale: #C2C2C2. Windows color (decimal): -11993894 or 14351432. OLE color: 14351432.
HSL color Cylindrical-coordinate representation of color #48FCDA: hue angle of 168.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCDA is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 252 | 218 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.01 |
| HSL | 168.67º | 0.97% | 0.64% | - |
| HSV(B) | 168.67º | 0.71% | 0.99% | - |
| XYZ | 50.14 | 76.06 | 78.37 | - |
| YUV | 194.3 | 141.37 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 252 | 218 | 0.71 | 0 | 0.13 | 0.01 | 168.67 | 0.97 | 0.64 |
| Hex | 48 | FC | DA | 47 | 0 | D | 1 | A9 | 61 | 40 |
| Octal | 110 | 374 | 332 | 107 | 0 | 15 | 1 | 251 | 141 | 100 |
| Binary | 1001000 | 11111100 | 11011010 | 1000111 | 0 | 1101 | 1 | 10101001 | 1100001 | 1000000 |
Color Harmonies of #48FCDA
Complementary color
Monochromatic Colors of #48FCDA
Black with #48FCDA
Text Example
Text Example
White with #48FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FCDA; }
p { color: rgb(72,252,218); }
H1.HeaderClassName
{
color: #48FCDA;
}
.AnyTagClassName
{
color: #48FCDA;
}
</style>
background-color css
<style>
a { background-color: #48FCDA; }
a { background-color: rgb(72,252,218); }
div.DivClassName
{
background-color: #48FCDA;
}
.BgClassName
{
background-color: #48FCDA;
}
</style>
border-color css
<style>
span { border-color: #48FCDA; }
span { border-color: rgb(72,252,218); }
td.TdClassName
{
border-color: #48FCDA;
}
.TagClassName
{
border-color: #48FCDA;
}
</style>