Html Css Color HEX #48C1BB Medium Turquoise

📋 copy color: '#48C1BB'

red 72 ◦ green 193 ◦ blue 187

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

Shades of Medium Turquoise #48C1BB

Tints of Medium Turquoise #48C1BB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.7%

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 15.93%
G = 42.7%
B = 41.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#48C1BB (or 0x48C1BB) is known color: Medium Turquoise. HEX triplet: 48, C1 and BB. RGB value is (72,193,187). Sum of RGB (Red+Green+Blue) = 72+193+187=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #48C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C1BB is #B73E44. Grayscale: #9C9C9C. Windows color (decimal): -12009029 or 12304712. OLE color: 12304712.

HSL color Cylindrical-coordinate representation of color #48C1BB: hue angle of 177.02º degrees, saturation: 0.49, 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 #48C1BB is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 193 187 -
CMYK 0.63 0 0.03 0.24
HSL 177.02º 0.49% 0.52% -
HSV(B) 177.02º 0.63% 0.76% -
XYZ 30.71 43.11 53.72 -
YUV 156.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 72 193 187 0.63 0 0.03 0.24 177.02 0.49 0.52
Hex 48 C1 BB 3F 0 3 18 B1 31 34
Octal 110 301 273 77 0 3 30 261 61 64
Binary 1001000 11000001 10111011 111111 0 11 11000 10110001 110001 110100

Color Harmonies of #48C1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C1BB

Black with #48C1BB

Text Example


Text Example

White with #48C1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,193,187); }

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

background-color css

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

 a { background-color: rgb(72,193,187); }

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

border-color css

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

 span { border-color: rgb(72,193,187); }

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