Html Css Color HEX #48DAB6 Medium Turquoise

📋 copy color: '#48DAB6'

red 72 ◦ green 218 ◦ blue 182

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

Shades of Medium Turquoise #48DAB6

Tints of Medium Turquoise #48DAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 15.25%
G = 46.19%
B = 38.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#48DAB6 (or 0x48DAB6) is known color: Medium Turquoise. HEX triplet: 48, DA and B6. RGB value is (72,218,182). Sum of RGB (Red+Green+Blue) = 72+218+182=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DAB6 is #B72549. Grayscale: #AAAAAA. Windows color (decimal): -12002634 or 11983432. OLE color: 11983432.

HSL color Cylindrical-coordinate representation of color #48DAB6: hue angle of 165.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DAB6 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 182 -
CMYK 0.67 0 0.17 0.15
HSL 165.21º 0.66% 0.57% -
HSV(B) 165.21º 0.67% 0.85% -
XYZ 36.19 54.9 52.95 -
YUV 170.24 134.63 57.93 -
System Red Green Blue C M Y K H S L
Decimal 72 218 182 0.67 0 0.17 0.15 165.21 0.66 0.57
Hex 48 DA B6 43 0 11 F A5 42 39
Octal 110 332 266 103 0 21 17 245 102 71
Binary 1001000 11011010 10110110 1000011 0 10001 1111 10100101 1000010 111001

Color Harmonies of #48DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DAB6

Black with #48DAB6

Text Example


Text Example

White with #48DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,218,182); }

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

background-color css

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

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

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

border-color css

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

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

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