#48F0B0

Color #48F0B0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #48F0B0

Tints of Turquoise #48F0B0

Color information

#48F0B0 (or 0x48F0B0) is unknown color: approx Turquoise. HEX triplet: 48, F0 and B0. RGB value is (72,240,176). Sum of RGB (Red+Green+Blue) = 72+240+176=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #48F0B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F0B0 is #B70F4F. Grayscale: #B6B6B6. Windows color (decimal): -11997008 or 11595848. OLE color: 11595848.

HSL color Cylindrical-coordinate representation of color #48F0B0: hue angle of 157.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F0B0 is Cyan = 0.7, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB72240176-
CMYK0.700.270.06
HSL157.14º84.85%61.18%-
HSV(B)157.14º70%94.12%-
XYZ41.6766.8351.78-
YUV182.47124.3449.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 14.75%
GREEN value IS 240 (94.14% from 255) = 49.18%
BLUE value IS 176 (69.14% from 255) = 36.07%
R=14.75%
G=49.18%
B=36.07%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722401760.700.270.06157.1484.8561.18
Hex48F0B04601B69d553d
Octal110360260106033623512575
Binary100100011110000101100001000110011011110100111011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48F0B0; }

 p { color: rgb(72,240,176); }

 H1.HeaderClassName
 {
   color: #48F0B0;
 }
 .AnyTagClassName
 {
   color: #48F0B0;
 }
</style>
background-color css

<style>
 a { background-color: #48F0B0; }

 a { background-color: rgb(72,240,176); }

 div.DivClassName
 {
   background-color: #48F0B0;
 }
 .BgClassName
 {
   background-color: #48F0B0;
 }
</style>
border-color css

<style>
 span { border-color: #48F0B0; }

 span { border-color: rgb(72,240,176); }

 td.TdClassName
 {
   border-color: #48F0B0;
 }
 .TagClassName
 {
   border-color: #48F0B0;
 }
</style>