Html Css Color HEX #48F2AD Turquoise

📋 copy color: '#48F2AD'

red 72 ◦ green 242 ◦ blue 173

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

Shades of Turquoise #48F2AD

Tints of Turquoise #48F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.69%

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

R = 14.78%
G = 49.69%
B = 35.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#48F2AD (or 0x48F2AD) is known color: Turquoise. HEX triplet: 48, F2 and AD. RGB value is (72,242,173). Sum of RGB (Red+Green+Blue) = 72+242+173=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F2AD is #B70D52. Grayscale: #B7B7B7. Windows color (decimal): -11996499 or 11399752. OLE color: 11399752.

HSL color Cylindrical-coordinate representation of color #48F2AD: hue angle of 155.65º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2AD is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 173 -
CMYK 0.70 0 0.29 0.05
HSL 155.65º 0.87% 0.62% -
HSV(B) 155.65º 0.7% 0.95% -
XYZ 41.97 67.9 50.43 -
YUV 183.3 122.18 48.61 -
System Red Green Blue C M Y K H S L
Decimal 72 242 173 0.70 0 0.29 0.05 155.65 0.87 0.62
Hex 48 F2 AD 46 0 1D 5 9C 57 3E
Octal 110 362 255 106 0 35 5 234 127 76
Binary 1001000 11110010 10101101 1000110 0 11101 101 10011100 1010111 111110

Color Harmonies of #48F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2AD

Black with #48F2AD

Text Example


Text Example

White with #48F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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