Html Css Color HEX #48BEBC Medium Turquoise

📋 copy color: '#48BEBC'

red 72 ◦ green 190 ◦ blue 188

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

Shades of Medium Turquoise #48BEBC

Tints of Medium Turquoise #48BEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 16%
G = 42.22%
B = 41.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#48BEBC (or 0x48BEBC) is known color: Medium Turquoise. HEX triplet: 48, BE and BC. RGB value is (72,190,188). Sum of RGB (Red+Green+Blue) = 72+190+188=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #48BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEBC is #B74143. Grayscale: #9A9A9A. Windows color (decimal): -12009796 or 12369480. OLE color: 12369480.

HSL color Cylindrical-coordinate representation of color #48BEBC: hue angle of 178.98º 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 #48BEBC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 190 188 -
CMYK 0.62 0 0.01 0.25
HSL 178.98º 0.48% 0.51% -
HSV(B) 178.98º 0.62% 0.75% -
XYZ 30.16 41.84 54.06 -
YUV 154.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 72 190 188 0.62 0 0.01 0.25 178.98 0.48 0.51
Hex 48 BE BC 3E 0 1 19 B3 30 33
Octal 110 276 274 76 0 1 31 263 60 63
Binary 1001000 10111110 10111100 111110 0 1 11001 10110011 110000 110011

Color Harmonies of #48BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BEBC

Black with #48BEBC

Text Example


Text Example

White with #48BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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