Html Css Color HEX #48EDB9 Turquoise

📋 copy color: '#48EDB9'

red 72 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #48EDB9

Tints of Turquoise #48EDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 14.57%
G = 47.98%
B = 37.45%

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

#48EDB9 (or 0x48EDB9) is known color: Turquoise. HEX triplet: 48, ED and B9. RGB value is (72,237,185). Sum of RGB (Red+Green+Blue) = 72+237+185=494 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.57% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDB9 is #B71246. Grayscale: #B5B5B5. Windows color (decimal): -11997767 or 12184904. OLE color: 12184904.

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

Color convert

RGB 72 237 185 -
CMYK 0.70 0 0.22 0.07
HSL 161.09º 0.82% 0.61% -
HSV(B) 161.09º 0.7% 0.93% -
XYZ 41.71 65.45 56.33 -
YUV 181.74 129.84 49.73 -
System Red Green Blue C M Y K H S L
Decimal 72 237 185 0.70 0 0.22 0.07 161.09 0.82 0.61
Hex 48 ED B9 46 0 16 7 A1 52 3D
Octal 110 355 271 106 0 26 7 241 122 75
Binary 1001000 11101101 10111001 1000110 0 10110 111 10100001 1010010 111101

Color Harmonies of #48EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDB9

Black with #48EDB9

Text Example


Text Example

White with #48EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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