#48E5B4

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

Shades of Turquoise #48E5B4

Tints of Turquoise #48E5B4

Color information

#48E5B4 (or 0x48E5B4) is unknown color: approx Turquoise. HEX triplet: 48, E5 and B4. RGB value is (72,229,180). Sum of RGB (Red+Green+Blue) = 72+229+180=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #48E5B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E5B4 is #B71A4B. Grayscale: #B0B0B0. Windows color (decimal): -11999820 or 11855176. OLE color: 11855176.

HSL color Cylindrical-coordinate representation of color #48E5B4: hue angle of 161.27º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E5B4 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB72229180-
CMYK0.6900.210.10
HSL161.27º75.12%59.02%-
HSV(B)161.27º68.56%89.8%-
XYZ38.9360.7152.85-
YUV176.47129.9953.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.97%
GREEN value IS 229 (89.84% from 255) = 47.61%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=14.97%
G=47.61%
B=37.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722291800.6900.210.10161.2775.1259.02
Hex48E5B445015Aa14b3b
Octal1103452641050251224111373
Binary1001000111001011011010010001010101011010101000011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,229,180); }

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

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

 a { background-color: rgb(72,229,180); }

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

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

 span { border-color: rgb(72,229,180); }

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