Html Css Color HEX #48DBBA Medium Turquoise

📋 copy color: '#48DBBA'

red 72 ◦ green 219 ◦ blue 186

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

Shades of Medium Turquoise #48DBBA

Tints of Medium Turquoise #48DBBA

RGB

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

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

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

R = 15.09%
G = 45.91%
B = 38.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#48DBBA (or 0x48DBBA) is known color: Medium Turquoise. HEX triplet: 48, DB and BA. RGB value is (72,219,186). Sum of RGB (Red+Green+Blue) = 72+219+186=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBBA is #B72445. Grayscale: #ABABAB. Windows color (decimal): -12002374 or 12245832. OLE color: 12245832.

HSL color Cylindrical-coordinate representation of color #48DBBA: hue angle of 166.53º 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 #48DBBA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 186 -
CMYK 0.67 0 0.15 0.14
HSL 166.53º 0.67% 0.57% -
HSV(B) 166.53º 0.67% 0.86% -
XYZ 36.87 55.59 55.24 -
YUV 171.29 136.3 57.18 -
System Red Green Blue C M Y K H S L
Decimal 72 219 186 0.67 0 0.15 0.14 166.53 0.67 0.57
Hex 48 DB BA 43 0 F E A7 43 39
Octal 110 333 272 103 0 17 16 247 103 71
Binary 1001000 11011011 10111010 1000011 0 1111 1110 10100111 1000011 111001

Color Harmonies of #48DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBBA

Black with #48DBBA

Text Example


Text Example

White with #48DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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