#48E3CB

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

Shades of Turquoise #48E3CB

Tints of Turquoise #48E3CB

Color information

#48E3CB (or 0x48E3CB) is unknown color: approx Turquoise. HEX triplet: 48, E3 and CB. RGB value is (72,227,203). Sum of RGB (Red+Green+Blue) = 72+227+203=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E3CB is #B71C34. Grayscale: #B1B1B1. Windows color (decimal): -12000309 or 13361992. OLE color: 13361992.

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

Color convert

RGB72227203-
CMYK0.6800.110.11
HSL170.71º73.46%58.63%-
HSV(B)170.71º68.28%89.02%-
XYZ40.9260.6366.05-
YUV177.92142.1552.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.34%
GREEN value IS 227 (89.06% from 255) = 45.22%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=14.34%
G=45.22%
B=40.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722272030.6800.110.11170.7173.4658.63
Hex48E3CB440BBab493b
Octal1103433131040131325311173
Binary100100011100011110010111000100010111011101010111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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