#48ece5

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

Shades of Turquoise #48ECE5

Tints of Turquoise #48ECE5

Color information

#48ECE5 (or 0x48ECE5) is unknown color: approx Turquoise. HEX triplet: 48, EC and E5. RGB value is (72,236,229). Sum of RGB (Red+Green+Blue) = 72+236+229=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECE5 is #B7131A. Grayscale: #BABABA. Windows color (decimal): -11997979 or 15068232. OLE color: 15068232.

HSL color Cylindrical-coordinate representation of color #48ECE5: hue angle of 177.44º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ECE5 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB72236229-
CMYK0.6900.030.07
HSL177.44º81.19%60.39%-
HSV(B)177.44º69.49%92.55%-
XYZ46.8167.0384.6-
YUV186.17152.1746.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.41%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=13.41%
G=43.95%
B=42.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722362290.6900.030.07177.4481.1960.39
Hex48ECE545037b1513c
Octal11035434510503726112174
Binary100100011101100111001011000101011111101100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ece5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,236,229); }

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

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

 a { background-color: rgb(72,236,229); }

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

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

 span { border-color: rgb(72,236,229); }

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