Html Css Color HEX #48C3B5 Medium Turquoise

📋 copy color: '#48C3B5'

red 72 ◦ green 195 ◦ blue 181

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

Shades of Medium Turquoise #48C3B5

Tints of Medium Turquoise #48C3B5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 16.07%
G = 43.53%
B = 40.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#48C3B5 (or 0x48C3B5) is known color: Medium Turquoise. HEX triplet: 48, C3 and B5. RGB value is (72,195,181). Sum of RGB (Red+Green+Blue) = 72+195+181=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #48C3B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C3B5 is #B73C4A. Grayscale: #9C9C9C. Windows color (decimal): -12008523 or 11912008. OLE color: 11912008.

HSL color Cylindrical-coordinate representation of color #48C3B5: hue angle of 173.17º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C3B5 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 195 181 -
CMYK 0.63 0 0.07 0.24
HSL 173.17º 0.51% 0.52% -
HSV(B) 173.17º 0.63% 0.76% -
XYZ 30.53 43.74 50.55 -
YUV 156.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 72 195 181 0.63 0 0.07 0.24 173.17 0.51 0.52
Hex 48 C3 B5 3F 0 7 18 AD 33 34
Octal 110 303 265 77 0 7 30 255 63 64
Binary 1001000 11000011 10110101 111111 0 111 11000 10101101 110011 110100

Color Harmonies of #48C3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C3B5

Black with #48C3B5

Text Example


Text Example

White with #48C3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,181); }

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

background-color css

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

 a { background-color: rgb(72,195,181); }

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

border-color css

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

 span { border-color: rgb(72,195,181); }

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