Html Css Color HEX #48ECB1 Turquoise

📋 copy color: '#48ECB1'

red 72 ◦ green 236 ◦ blue 177

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

Shades of Turquoise #48ECB1

Tints of Turquoise #48ECB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 14.85%
G = 48.66%
B = 36.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#48ECB1 (or 0x48ECB1) is known color: Turquoise. HEX triplet: 48, EC and B1. RGB value is (72,236,177). Sum of RGB (Red+Green+Blue) = 72+236+177=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48ECB1 is #B7134E. Grayscale: #B4B4B4. Windows color (decimal): -11998031 or 11660360. OLE color: 11660360.

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

Color convert

RGB 72 236 177 -
CMYK 0.69 0 0.25 0.07
HSL 158.41º 0.81% 0.6% -
HSV(B) 158.41º 0.69% 0.93% -
XYZ 40.6 64.54 51.91 -
YUV 180.24 126.17 50.8 -
System Red Green Blue C M Y K H S L
Decimal 72 236 177 0.69 0 0.25 0.07 158.41 0.81 0.6
Hex 48 EC B1 45 0 19 7 9E 51 3C
Octal 110 354 261 105 0 31 7 236 121 74
Binary 1001000 11101100 10110001 1000101 0 11001 111 10011110 1010001 111100

Color Harmonies of #48ECB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECB1

Black with #48ECB1

Text Example


Text Example

White with #48ECB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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