#48c9e3

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

Shades of Medium Turquoise #48C9E3

Tints of Medium Turquoise #48C9E3

Color information

#48C9E3 (or 0x48C9E3) is unknown color: approx Medium Turquoise. HEX triplet: 48, C9 and E3. RGB value is (72,201,227). Sum of RGB (Red+Green+Blue) = 72+201+227=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #48C9E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C9E3 is #B7361C. Grayscale: #A5A5A5. Windows color (decimal): -12006941 or 14928200. OLE color: 14928200.

HSL color Cylindrical-coordinate representation of color #48C9E3: hue angle of 190.06º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48C9E3 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB72201227-
CMYK0.680.1100.11
HSL190.06º73.46%58.63%-
HSV(B)190.06º68.28%89.02%-
XYZ37.4248.780.1-
YUV165.39162.7661.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.4%
GREEN value IS 201 (78.91% from 255) = 40.2%
BLUE value IS 227 (89.06% from 255) = 45.4%
R=14.4%
G=40.2%
B=45.4%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722012270.680.1100.11190.0673.4658.63
Hex48C9E344B0Bbe493b
Octal1103113431041301327611173
Binary100100011001001111000111000100101101011101111101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c9e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,201,227); }

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

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

 a { background-color: rgb(72,201,227); }

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

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

 span { border-color: rgb(72,201,227); }

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