Html Css Color HEX #48FEBD Turquoise

📋 copy color: '#48FEBD'

red 72 ◦ green 254 ◦ blue 189

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

Shades of Turquoise #48FEBD

Tints of Turquoise #48FEBD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.32%

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 13.98%
G = 49.32%
B = 36.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#48FEBD (or 0x48FEBD) is known color: Turquoise. HEX triplet: 48, FE and BD. RGB value is (72,254,189). Sum of RGB (Red+Green+Blue) = 72+254+189=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FEBD is #B70142. Grayscale: #C0C0C0. Windows color (decimal): -11993411 or 12451400. OLE color: 12451400.

HSL color Cylindrical-coordinate representation of color #48FEBD: hue angle of 158.57º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEBD is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 189 -
CMYK 0.72 0 0.26 0.00
HSL 158.57º 0.99% 0.64% -
HSV(B) 158.57º 0.72% 1% -
XYZ 47.3 75.94 60.31 -
YUV 192.17 126.2 42.29 -
System Red Green Blue C M Y K H S L
Decimal 72 254 189 0.72 0 0.26 0.00 158.57 0.99 0.64
Hex 48 FE BD 48 0 1A 0 9F 63 40
Octal 110 376 275 110 0 32 0 237 143 100
Binary 1001000 11111110 10111101 1001000 0 11010 0 10011111 1100011 1000000

Color Harmonies of #48FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FEBD

Black with #48FEBD

Text Example


Text Example

White with #48FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,189); }

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

background-color css

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

 a { background-color: rgb(72,254,189); }

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

border-color css

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

 span { border-color: rgb(72,254,189); }

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