#48EBC0

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

Shades of Turquoise #48EBC0

Tints of Turquoise #48EBC0

Color information

#48EBC0 (or 0x48EBC0) is unknown color: approx Turquoise. HEX triplet: 48, EB and C0. RGB value is (72,235,192). Sum of RGB (Red+Green+Blue) = 72+235+192=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EBC0 is #B7143F. Grayscale: #B5B5B5. Windows color (decimal): -11998272 or 12643144. OLE color: 12643144.

HSL color Cylindrical-coordinate representation of color #48EBC0: hue angle of 164.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EBC0 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB72235192-
CMYK0.6900.180.08
HSL164.17º80.3%60.2%-
HSV(B)164.17º69.36%92.16%-
XYZ41.964.660.13-
YUV181.3613450-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.43%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=14.43%
G=47.09%
B=38.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722351920.6900.180.08164.1780.360.2
Hex48EBC0450128a4503c
Octal1103533001050221024412074
Binary1001000111010111100000010001010100101000101001001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,235,192); }

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

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

 a { background-color: rgb(72,235,192); }

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

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

 span { border-color: rgb(72,235,192); }

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