Html Css Color HEX #48C6BA Medium Turquoise

📋 copy color: '#48C6BA'

red 72 ◦ green 198 ◦ blue 186

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

Shades of Medium Turquoise #48C6BA

Tints of Medium Turquoise #48C6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 15.79%
G = 43.42%
B = 40.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#48C6BA (or 0x48C6BA) is known color: Medium Turquoise. HEX triplet: 48, C6 and BA. RGB value is (72,198,186). Sum of RGB (Red+Green+Blue) = 72+198+186=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #48C6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C6BA is #B73945. Grayscale: #9E9E9E. Windows color (decimal): -12007750 or 12240456. OLE color: 12240456.

HSL color Cylindrical-coordinate representation of color #48C6BA: hue angle of 174.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C6BA is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 198 186 -
CMYK 0.64 0 0.06 0.22
HSL 174.29º 0.53% 0.53% -
HSV(B) 174.29º 0.64% 0.78% -
XYZ 31.73 45.31 53.53 -
YUV 158.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 72 198 186 0.64 0 0.06 0.22 174.29 0.53 0.53
Hex 48 C6 BA 40 0 6 16 AE 34 35
Octal 110 306 272 100 0 6 26 256 64 65
Binary 1001000 11000110 10111010 1000000 0 110 10110 10101110 110100 110101

Color Harmonies of #48C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C6BA

Black with #48C6BA

Text Example


Text Example

White with #48C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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