Html Css Color HEX #48BFB8 Medium Turquoise

📋 copy color: '#48BFB8'

red 72 ◦ green 191 ◦ blue 184

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

Shades of Medium Turquoise #48BFB8

Tints of Medium Turquoise #48BFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 16.11%
G = 42.73%
B = 41.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#48BFB8 (or 0x48BFB8) is known color: Medium Turquoise. HEX triplet: 48, BF and B8. RGB value is (72,191,184). Sum of RGB (Red+Green+Blue) = 72+191+184=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFB8 is #B74047. Grayscale: #9A9A9A. Windows color (decimal): -12009544 or 12107592. OLE color: 12107592.

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

Color convert

RGB 72 191 184 -
CMYK 0.62 0 0.04 0.25
HSL 176.47º 0.48% 0.52% -
HSV(B) 176.47º 0.62% 0.75% -
XYZ 29.96 42.1 51.89 -
YUV 154.62 144.58 69.07 -
System Red Green Blue C M Y K H S L
Decimal 72 191 184 0.62 0 0.04 0.25 176.47 0.48 0.52
Hex 48 BF B8 3E 0 4 19 B0 30 34
Octal 110 277 270 76 0 4 31 260 60 64
Binary 1001000 10111111 10111000 111110 0 100 11001 10110000 110000 110100

Color Harmonies of #48BFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFB8

Black with #48BFB8

Text Example


Text Example

White with #48BFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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