#48E0B5

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

Shades of Turquoise #48E0B5

Tints of Turquoise #48E0B5

Color information

#48E0B5 (or 0x48E0B5) is unknown color: approx Turquoise. HEX triplet: 48, E0 and B5. RGB value is (72,224,181). Sum of RGB (Red+Green+Blue) = 72+224+181=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #48E0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E0B5 is #B71F4A. Grayscale: #ADADAD. Windows color (decimal): -12001099 or 11919432. OLE color: 11919432.

HSL color Cylindrical-coordinate representation of color #48E0B5: hue angle of 163.03º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E0B5 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB72224181-
CMYK0.6800.190.12
HSL163.03º71.03%58.04%-
HSV(B)163.03º67.86%87.84%-
XYZ37.6758.0352.93-
YUV173.65132.1455.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.09%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=15.09%
G=46.96%
B=37.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722241810.6800.190.12163.0371.0358.04
Hex48E0B544013Ca3473a
Octal1103402651040231424310772
Binary1001000111000001011010110001000100111100101000111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,224,181); }

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

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

 a { background-color: rgb(72,224,181); }

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

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

 span { border-color: rgb(72,224,181); }

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