#48EBC1

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

Shades of Turquoise #48EBC1

Tints of Turquoise #48EBC1

Color information

#48EBC1 (or 0x48EBC1) is unknown color: approx Turquoise. HEX triplet: 48, EB and C1. RGB value is (72,235,193). Sum of RGB (Red+Green+Blue) = 72+235+193=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EBC1 is #B7143E. Grayscale: #B5B5B5. Windows color (decimal): -11998271 or 12708680. OLE color: 12708680.

HSL color Cylindrical-coordinate representation of color #48EBC1: hue angle of 164.54º 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 #48EBC1 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB72235193-
CMYK0.6900.180.08
HSL164.54º80.3%60.2%-
HSV(B)164.54º69.36%92.16%-
XYZ42.0164.6460.72-
YUV181.48134.549.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.4%
GREEN value IS 235 (92.19% from 255) = 47%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=14.4%
G=47%
B=38.6%

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
Decimal722351930.6900.180.08164.5480.360.2
Hex48EBC1450128a5503c
Octal1103533011050221024512074
Binary1001000111010111100000110001010100101000101001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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