#48E0BE

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

Shades of Turquoise #48E0BE

Tints of Turquoise #48E0BE

Color information

#48E0BE (or 0x48E0BE) is unknown color: approx Turquoise. HEX triplet: 48, E0 and BE. RGB value is (72,224,190). Sum of RGB (Red+Green+Blue) = 72+224+190=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #48E0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E0BE is #B71F41. Grayscale: #AEAEAE. Windows color (decimal): -12001090 or 12509256. OLE color: 12509256.

HSL color Cylindrical-coordinate representation of color #48E0BE: hue angle of 166.58º 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 #48E0BE is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB72224190-
CMYK0.6800.150.12
HSL166.58º71.03%58.04%-
HSV(B)166.58º67.86%87.84%-
XYZ38.6258.4157.95-
YUV174.68136.6454.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.81%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=14.81%
G=46.09%
B=39.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722241900.6800.150.12166.5871.0358.04
Hex48E0BE440FCa7473a
Octal1103402761040171424710772
Binary100100011100000101111101000100011111100101001111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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