#48e4b4

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

Shades of Turquoise #48E4B4

Tints of Turquoise #48E4B4

Color information

#48E4B4 (or 0x48E4B4) is unknown color: approx Turquoise. HEX triplet: 48, E4 and B4. RGB value is (72,228,180). Sum of RGB (Red+Green+Blue) = 72+228+180=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #48E4B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E4B4 is #B71B4B. Grayscale: #AFAFAF. Windows color (decimal): -12000076 or 11854920. OLE color: 11854920.

HSL color Cylindrical-coordinate representation of color #48E4B4: hue angle of 161.54º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E4B4 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB72228180-
CMYK0.6800.210.11
HSL161.54º74.29%58.82%-
HSV(B)161.54º68.42%89.41%-
XYZ38.6560.1652.75-
YUV175.88130.3253.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15%
GREEN value IS 228 (89.45% from 255) = 47.5%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=15%
G=47.5%
B=37.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722281800.6800.210.11161.5474.2958.82
Hex48E4B444015Ba24a3b
Octal1103442641040251324211273
Binary1001000111001001011010010001000101011011101000101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48e4b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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