Html Css Color HEX #48BFBF Medium Turquoise

📋 copy color: '#48BFBF'

red 72 ◦ green 191 ◦ blue 191

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

Shades of Medium Turquoise #48BFBF

Tints of Medium Turquoise #48BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 191 (75% from 255) = 42.07%

R = 15.86%
G = 42.07%
B = 42.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#48BFBF (or 0x48BFBF) is known color: Medium Turquoise. HEX triplet: 48, BF and BF. RGB value is (72,191,191). Sum of RGB (Red+Green+Blue) = 72+191+191=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #48BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFBF is #B74040. Grayscale: #9B9B9B. Windows color (decimal): -12009537 or 12566344. OLE color: 12566344.

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

Color convert

RGB 72 191 191 -
CMYK 0.62 0 0 0.25
HSL 180º 0.48% 0.52% -
HSV(B) 180º 0.62% 0.75% -
XYZ 30.71 42.4 55.86 -
YUV 155.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 72 191 191 0.62 0 0 0.25 180 0.48 0.52
Hex 48 BF BF 3E 0 0 19 B4 30 34
Octal 110 277 277 76 0 0 31 264 60 64
Binary 1001000 10111111 10111111 111110 0 0 11001 10110100 110000 110100

Color Harmonies of #48BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFBF

Black with #48BFBF

Text Example


Text Example

White with #48BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,191); }

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

background-color css

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

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

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

border-color css

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

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

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