Html Css Color HEX #48D2BA Medium Turquoise

📋 copy color: '#48D2BA'

red 72 ◦ green 210 ◦ blue 186

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

Shades of Medium Turquoise #48D2BA

Tints of Medium Turquoise #48D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

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

R = 15.38%
G = 44.87%
B = 39.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#48D2BA (or 0x48D2BA) is known color: Medium Turquoise. HEX triplet: 48, D2 and BA. RGB value is (72,210,186). Sum of RGB (Red+Green+Blue) = 72+210+186=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #48D2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D2BA is #B72D45. Grayscale: #A5A5A5. Windows color (decimal): -12004678 or 12243528. OLE color: 12243528.

HSL color Cylindrical-coordinate representation of color #48D2BA: hue angle of 169.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D2BA is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 186 -
CMYK 0.66 0 0.11 0.18
HSL 169.57º 0.61% 0.55% -
HSV(B) 169.57º 0.66% 0.82% -
XYZ 34.58 51.02 54.48 -
YUV 166 139.28 60.95 -
System Red Green Blue C M Y K H S L
Decimal 72 210 186 0.66 0 0.11 0.18 169.57 0.61 0.55
Hex 48 D2 BA 42 0 B 12 AA 3D 37
Octal 110 322 272 102 0 13 22 252 75 67
Binary 1001000 11010010 10111010 1000010 0 1011 10010 10101010 111101 110111

Color Harmonies of #48D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D2BA

Black with #48D2BA

Text Example


Text Example

White with #48D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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