Html Css Color HEX #48FEAB Turquoise

📋 copy color: '#48FEAB'

red 72 ◦ green 254 ◦ blue 171

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

Shades of Turquoise #48FEAB

Tints of Turquoise #48FEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 14.49%
G = 51.11%
B = 34.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#48FEAB (or 0x48FEAB) is known color: Turquoise. HEX triplet: 48, FE and AB. RGB value is (72,254,171). Sum of RGB (Red+Green+Blue) = 72+254+171=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FEAB is #B70154. Grayscale: #BEBEBE. Windows color (decimal): -11993429 or 11271752. OLE color: 11271752.

HSL color Cylindrical-coordinate representation of color #48FEAB: hue angle of 152.64º 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 #48FEAB is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 171 -
CMYK 0.72 0 0.33 0.00
HSL 152.64º 0.99% 0.64% -
HSV(B) 152.64º 0.72% 1% -
XYZ 45.46 75.2 50.65 -
YUV 190.12 117.2 43.75 -
System Red Green Blue C M Y K H S L
Decimal 72 254 171 0.72 0 0.33 0.00 152.64 0.99 0.64
Hex 48 FE AB 48 0 21 0 99 63 40
Octal 110 376 253 110 0 41 0 231 143 100
Binary 1001000 11111110 10101011 1001000 0 100001 0 10011001 1100011 1000000

Color Harmonies of #48FEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FEAB

Black with #48FEAB

Text Example


Text Example

White with #48FEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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