Html Css Color HEX #48D7B7 Medium Turquoise

📋 copy color: '#48D7B7'

red 72 ◦ green 215 ◦ blue 183

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

Shades of Medium Turquoise #48D7B7

Tints of Medium Turquoise #48D7B7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

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

R = 15.32%
G = 45.74%
B = 38.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#48D7B7 (or 0x48D7B7) is known color: Medium Turquoise. HEX triplet: 48, D7 and B7. RGB value is (72,215,183). Sum of RGB (Red+Green+Blue) = 72+215+183=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #48D7B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D7B7 is #B72848. Grayscale: #A8A8A8. Windows color (decimal): -12003401 or 12048200. OLE color: 12048200.

HSL color Cylindrical-coordinate representation of color #48D7B7: hue angle of 166.57º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D7B7 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 215 183 -
CMYK 0.67 0 0.15 0.16
HSL 166.57º 0.64% 0.56% -
HSV(B) 166.57º 0.67% 0.84% -
XYZ 35.52 53.4 53.23 -
YUV 168.6 136.12 59.1 -
System Red Green Blue C M Y K H S L
Decimal 72 215 183 0.67 0 0.15 0.16 166.57 0.64 0.56
Hex 48 D7 B7 43 0 F 10 A7 40 38
Octal 110 327 267 103 0 17 20 247 100 70
Binary 1001000 11010111 10110111 1000011 0 1111 10000 10100111 1000000 111000

Color Harmonies of #48D7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D7B7

Black with #48D7B7

Text Example


Text Example

White with #48D7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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