#48ECEC

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

Shades of Turquoise #48ECEC

Tints of Turquoise #48ECEC

Color information

#48ECEC (or 0x48ECEC) is unknown color: approx Turquoise. HEX triplet: 48, EC and EC. RGB value is (72,236,236). Sum of RGB (Red+Green+Blue) = 72+236+236=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #48ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48ECEC is #B71313. Grayscale: #BABABA. Windows color (decimal): -11997972 or 15526984. OLE color: 15526984.

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

Color convert

RGB72236236-
CMYK0.69000.07
HSL180º81.19%60.39%-
HSV(B)180º69.49%92.55%-
XYZ47.8167.4289.85-
YUV186.96155.6746-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.24%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=13.24%
G=43.38%
B=43.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722362360.69000.0718081.1960.39
Hex48ECEC45007b4513c
Octal11035435410500726412174
Binary10010001110110011101100100010100111101101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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