Html Css Color HEX #48CCB5 Medium Turquoise

📋 copy color: '#48CCB5'

red 72 ◦ green 204 ◦ blue 181

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

Shades of Medium Turquoise #48CCB5

Tints of Medium Turquoise #48CCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

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

R = 15.75%
G = 44.64%
B = 39.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#48CCB5 (or 0x48CCB5) is known color: Medium Turquoise. HEX triplet: 48, CC and B5. RGB value is (72,204,181). Sum of RGB (Red+Green+Blue) = 72+204+181=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCB5 is #B7334A. Grayscale: #A1A1A1. Windows color (decimal): -12006219 or 11914312. OLE color: 11914312.

HSL color Cylindrical-coordinate representation of color #48CCB5: hue angle of 169.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCB5 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 181 -
CMYK 0.65 0 0.11 0.2
HSL 169.55º 0.56% 0.54% -
HSV(B) 169.55º 0.65% 0.8% -
XYZ 32.61 47.9 51.24 -
YUV 161.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 72 204 181 0.65 0 0.11 0.2 169.55 0.56 0.54
Hex 48 CC B5 41 0 B 14 AA 38 36
Octal 110 314 265 101 0 13 24 252 70 66
Binary 1001000 11001100 10110101 1000001 0 1011 10100 10101010 111000 110110

Color Harmonies of #48CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CCB5

Black with #48CCB5

Text Example


Text Example

White with #48CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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