Html Css Color HEX #48F2B8 Turquoise

📋 copy color: '#48F2B8'

red 72 ◦ green 242 ◦ blue 184

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

Shades of Turquoise #48F2B8

Tints of Turquoise #48F2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.95%

R = 14.46%
G = 48.59%
B = 36.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#48F2B8 (or 0x48F2B8) is known color: Turquoise. HEX triplet: 48, F2 and B8. RGB value is (72,242,184). Sum of RGB (Red+Green+Blue) = 72+242+184=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2B8 is #B70D47. Grayscale: #B8B8B8. Windows color (decimal): -11996488 or 12120648. OLE color: 12120648.

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

Color convert

RGB 72 242 184 -
CMYK 0.70 0 0.24 0.05
HSL 159.53º 0.87% 0.62% -
HSV(B) 159.53º 0.7% 0.95% -
XYZ 43.08 68.34 56.27 -
YUV 184.56 127.68 47.72 -
System Red Green Blue C M Y K H S L
Decimal 72 242 184 0.70 0 0.24 0.05 159.53 0.87 0.62
Hex 48 F2 B8 46 0 18 5 A0 57 3E
Octal 110 362 270 106 0 30 5 240 127 76
Binary 1001000 11110010 10111000 1000110 0 11000 101 10100000 1010111 111110

Color Harmonies of #48F2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2B8

Black with #48F2B8

Text Example


Text Example

White with #48F2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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