Html Css Color HEX #48EDB0 Turquoise

📋 copy color: '#48EDB0'

red 72 ◦ green 237 ◦ blue 176

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

Shades of Turquoise #48EDB0

Tints of Turquoise #48EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.87%

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 14.85%
G = 48.87%
B = 36.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#48EDB0 (or 0x48EDB0) is known color: Turquoise. HEX triplet: 48, ED and B0. RGB value is (72,237,176). Sum of RGB (Red+Green+Blue) = 72+237+176=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EDB0 is #B7124F. Grayscale: #B4B4B4. Windows color (decimal): -11997776 or 11595080. OLE color: 11595080.

HSL color Cylindrical-coordinate representation of color #48EDB0: hue angle of 157.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDB0 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 176 -
CMYK 0.70 0 0.26 0.07
HSL 157.82º 0.82% 0.61% -
HSV(B) 157.82º 0.7% 0.93% -
XYZ 40.79 65.08 51.49 -
YUV 180.71 125.34 50.46 -
System Red Green Blue C M Y K H S L
Decimal 72 237 176 0.70 0 0.26 0.07 157.82 0.82 0.61
Hex 48 ED B0 46 0 1A 7 9E 52 3D
Octal 110 355 260 106 0 32 7 236 122 75
Binary 1001000 11101101 10110000 1000110 0 11010 111 10011110 1010010 111101

Color Harmonies of #48EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDB0

Black with #48EDB0

Text Example


Text Example

White with #48EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,237,176); }

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

background-color css

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

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

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

border-color css

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

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

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