#48CEBA

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

Shades of Medium Turquoise #48CEBA

Tints of Medium Turquoise #48CEBA

Color information

#48CEBA (or 0x48CEBA) is unknown color: approx Medium Turquoise. HEX triplet: 48, CE and BA. RGB value is (72,206,186). Sum of RGB (Red+Green+Blue) = 72+206+186=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEBA is #B73145. Grayscale: #A3A3A3. Windows color (decimal): -12005702 or 12242504. OLE color: 12242504.

HSL color Cylindrical-coordinate representation of color #48CEBA: hue angle of 171.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEBA is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB72206186-
CMYK0.6500.100.19
HSL171.04º57.76%54.51%-
HSV(B)171.04º65.05%80.78%-
XYZ33.6149.0754.15-
YUV163.65140.6162.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.52%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=15.52%
G=44.40%
B=40.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal722061860.6500.100.19171.0457.7654.51
Hex48CEBA410A13ab3a37
Octal110316272101012232537267
Binary100100011001110101110101000001010101001110101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,186); }

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

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

 a { background-color: rgb(72,206,186); }

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

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

 span { border-color: rgb(72,206,186); }

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