Shades of Turquoise Blue #48DFF2
Tints of Turquoise Blue #48DFF2
RGB
CMYK
RGB Variations
Color information
#48DFF2 (or 0x48DFF2) is known color: Turquoise Blue. HEX triplet: 48, DF and F2. RGB value is (72,223,242). Sum of RGB (Red+Green+Blue) = 72+223+242=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #48DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DFF2 is #B7200D. Grayscale: #B3B3B3. Windows color (decimal): -12001294 or 15916872. OLE color: 15916872.
HSL color Cylindrical-coordinate representation of color #48DFF2: hue angle of 186.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48DFF2 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 223 | 242 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.05 |
| HSL | 186.71º | 0.87% | 0.62% | - |
| HSV(B) | 186.71º | 0.7% | 0.95% | - |
| XYZ | 45.09 | 60.56 | 93.32 | - |
| YUV | 180.02 | 162.97 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 242 | 0.70 | 0.08 | 0 | 0.05 | 186.71 | 0.87 | 0.62 |
| Hex | 48 | DF | F2 | 46 | 8 | 0 | 5 | BB | 57 | 3E |
| Octal | 110 | 337 | 362 | 106 | 10 | 0 | 5 | 273 | 127 | 76 |
| Binary | 1001000 | 11011111 | 11110010 | 1000110 | 1000 | 0 | 101 | 10111011 | 1010111 | 111110 |
Color Harmonies of #48DFF2
Complementary color
Monochromatic Colors of #48DFF2
Black with #48DFF2
Text Example
Text Example
White with #48DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFF2; }
p { color: rgb(72,223,242); }
H1.HeaderClassName
{
color: #48DFF2;
}
.AnyTagClassName
{
color: #48DFF2;
}
</style>
background-color css
<style>
a { background-color: #48DFF2; }
a { background-color: rgb(72,223,242); }
div.DivClassName
{
background-color: #48DFF2;
}
.BgClassName
{
background-color: #48DFF2;
}
</style>
border-color css
<style>
span { border-color: #48DFF2; }
span { border-color: rgb(72,223,242); }
td.TdClassName
{
border-color: #48DFF2;
}
.TagClassName
{
border-color: #48DFF2;
}
</style>