Html Css Color HEX #48F2B7 Turquoise

📋 copy color: '#48F2B7'

red 72 ◦ green 242 ◦ blue 183

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

Shades of Turquoise #48F2B7

Tints of Turquoise #48F2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 14.49%
G = 48.69%
B = 36.82%

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

#48F2B7 (or 0x48F2B7) is known color: Turquoise. HEX triplet: 48, F2 and B7. RGB value is (72,242,183). Sum of RGB (Red+Green+Blue) = 72+242+183=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2B7 is #B70D48. Grayscale: #B8B8B8. Windows color (decimal): -11996489 or 12055112. OLE color: 12055112.

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

Color convert

RGB 72 242 183 -
CMYK 0.70 0 0.24 0.05
HSL 159.18º 0.87% 0.62% -
HSV(B) 159.18º 0.7% 0.95% -
XYZ 42.97 68.3 55.72 -
YUV 184.44 127.18 47.8 -
System Red Green Blue C M Y K H S L
Decimal 72 242 183 0.70 0 0.24 0.05 159.18 0.87 0.62
Hex 48 F2 B7 46 0 18 5 9F 57 3E
Octal 110 362 267 106 0 30 5 237 127 76
Binary 1001000 11110010 10110111 1000110 0 11000 101 10011111 1010111 111110

Color Harmonies of #48F2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2B7

Black with #48F2B7

Text Example


Text Example

White with #48F2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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