Html Css Color HEX #48EDB8 Turquoise

📋 copy color: '#48EDB8'

red 72 ◦ green 237 ◦ blue 184

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

Shades of Turquoise #48EDB8

Tints of Turquoise #48EDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 14.6%
G = 48.07%
B = 37.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#48EDB8 (or 0x48EDB8) is known color: Turquoise. HEX triplet: 48, ED and B8. RGB value is (72,237,184). Sum of RGB (Red+Green+Blue) = 72+237+184=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDB8 is #B71247. Grayscale: #B5B5B5. Windows color (decimal): -11997768 or 12119368. OLE color: 12119368.

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

Color convert

RGB 72 237 184 -
CMYK 0.70 0 0.22 0.07
HSL 160.73º 0.82% 0.61% -
HSV(B) 160.73º 0.7% 0.93% -
XYZ 41.61 65.41 55.78 -
YUV 181.62 129.34 49.81 -
System Red Green Blue C M Y K H S L
Decimal 72 237 184 0.70 0 0.22 0.07 160.73 0.82 0.61
Hex 48 ED B8 46 0 16 7 A1 52 3D
Octal 110 355 270 106 0 26 7 241 122 75
Binary 1001000 11101101 10111000 1000110 0 10110 111 10100001 1010010 111101

Color Harmonies of #48EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDB8

Black with #48EDB8

Text Example


Text Example

White with #48EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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