Html Css Color HEX #48FBAD Turquoise

📋 copy color: '#48FBAD'

red 72 ◦ green 251 ◦ blue 173

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

Shades of Turquoise #48FBAD

Tints of Turquoise #48FBAD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.6%

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 14.52%
G = 50.6%
B = 34.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#48FBAD (or 0x48FBAD) is known color: Turquoise. HEX triplet: 48, FB and AD. RGB value is (72,251,173). Sum of RGB (Red+Green+Blue) = 72+251+173=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FBAD is #B70452. Grayscale: #BCBCBC. Windows color (decimal): -11994195 or 11402056. OLE color: 11402056.

HSL color Cylindrical-coordinate representation of color #48FBAD: hue angle of 153.85º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FBAD is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 251 173 -
CMYK 0.71 0 0.31 0.02
HSL 153.85º 0.96% 0.63% -
HSV(B) 153.85º 0.71% 0.98% -
XYZ 44.71 73.39 51.34 -
YUV 188.59 119.2 44.84 -
System Red Green Blue C M Y K H S L
Decimal 72 251 173 0.71 0 0.31 0.02 153.85 0.96 0.63
Hex 48 FB AD 47 0 1F 2 9A 60 3F
Octal 110 373 255 107 0 37 2 232 140 77
Binary 1001000 11111011 10101101 1000111 0 11111 10 10011010 1100000 111111

Color Harmonies of #48FBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FBAD

Black with #48FBAD

Text Example


Text Example

White with #48FBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,251,173); }

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

background-color css

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

 a { background-color: rgb(72,251,173); }

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

border-color css

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

 span { border-color: rgb(72,251,173); }

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