Html Css Color HEX #48DBB4 Medium Turquoise

📋 copy color: '#48DBB4'

red 72 ◦ green 219 ◦ blue 180

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

Shades of Medium Turquoise #48DBB4

Tints of Medium Turquoise #48DBB4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 15.29%
G = 46.5%
B = 38.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#48DBB4 (or 0x48DBB4) is known color: Medium Turquoise. HEX triplet: 48, DB and B4. RGB value is (72,219,180). Sum of RGB (Red+Green+Blue) = 72+219+180=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBB4 is #B7244B. Grayscale: #AAAAAA. Windows color (decimal): -12002380 or 11852616. OLE color: 11852616.

HSL color Cylindrical-coordinate representation of color #48DBB4: hue angle of 164.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DBB4 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 180 -
CMYK 0.67 0 0.18 0.14
HSL 164.08º 0.67% 0.57% -
HSV(B) 164.08º 0.67% 0.86% -
XYZ 36.24 55.34 51.95 -
YUV 170.6 133.3 57.67 -
System Red Green Blue C M Y K H S L
Decimal 72 219 180 0.67 0 0.18 0.14 164.08 0.67 0.57
Hex 48 DB B4 43 0 12 E A4 43 39
Octal 110 333 264 103 0 22 16 244 103 71
Binary 1001000 11011011 10110100 1000011 0 10010 1110 10100100 1000011 111001

Color Harmonies of #48DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBB4

Black with #48DBB4

Text Example


Text Example

White with #48DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,219,180); }

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

background-color css

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

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

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

border-color css

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

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

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