Html Css Color HEX #48ECE2 Turquoise

📋 copy color: '#48ECE2'

red 72 ◦ green 236 ◦ blue 226

#48ECE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #48ECE2

Tints of Turquoise #48ECE2

RGB

 RED value IS 72 (28.52% from 255) = 13.48%

 GREEN value IS 236 (92.58% from 255) = 44.19%

 BLUE value IS 226 (88.67% from 255) = 42.32%

R = 13.48%
G = 44.19%
B = 42.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#48ECE2 (or 0x48ECE2) is known color: Turquoise. HEX triplet: 48, EC and E2. RGB value is (72,236,226). Sum of RGB (Red+Green+Blue) = 72+236+226=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECE2 is #B7131D. Grayscale: #B9B9B9. Windows color (decimal): -11997982 or 14871624. OLE color: 14871624.

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

Color convert

RGB 72 236 226 -
CMYK 0.69 0 0.04 0.07
HSL 176.34º 0.81% 0.6% -
HSV(B) 176.34º 0.69% 0.93% -
XYZ 46.4 66.86 82.41 -
YUV 185.82 150.67 46.81 -
System Red Green Blue C M Y K H S L
Decimal 72 236 226 0.69 0 0.04 0.07 176.34 0.81 0.6
Hex 48 EC E2 45 0 4 7 B0 51 3C
Octal 110 354 342 105 0 4 7 260 121 74
Binary 1001000 11101100 11100010 1000101 0 100 111 10110000 1010001 111100

Color Harmonies of #48ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECE2

Black with #48ECE2

Text Example


Text Example

White with #48ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48ECE2;
 }
 .AnyTagClassName
 {
   color: #48ECE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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