Html Css Color HEX #48BEBA Medium Turquoise

📋 copy color: '#48BEBA'

red 72 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #48BEBA

Tints of Medium Turquoise #48BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 16.07%
G = 42.41%
B = 41.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#48BEBA (or 0x48BEBA) is known color: Medium Turquoise. HEX triplet: 48, BE and BA. RGB value is (72,190,186). Sum of RGB (Red+Green+Blue) = 72+190+186=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #48BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEBA is #B74145. Grayscale: #9A9A9A. Windows color (decimal): -12009798 or 12238408. OLE color: 12238408.

HSL color Cylindrical-coordinate representation of color #48BEBA: hue angle of 177.97º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BEBA is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 190 186 -
CMYK 0.62 0 0.02 0.25
HSL 177.97º 0.48% 0.51% -
HSV(B) 177.97º 0.62% 0.75% -
XYZ 29.95 41.75 52.93 -
YUV 154.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 72 190 186 0.62 0 0.02 0.25 177.97 0.48 0.51
Hex 48 BE BA 3E 0 2 19 B2 30 33
Octal 110 276 272 76 0 2 31 262 60 63
Binary 1001000 10111110 10111010 111110 0 10 11001 10110010 110000 110011

Color Harmonies of #48BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BEBA

Black with #48BEBA

Text Example


Text Example

White with #48BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,190,186); }

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

background-color css

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

 a { background-color: rgb(72,190,186); }

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

border-color css

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

 span { border-color: rgb(72,190,186); }

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