Html Css Color HEX #48DABA Medium Turquoise

📋 copy color: '#48DABA'

red 72 ◦ green 218 ◦ blue 186

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

Shades of Medium Turquoise #48DABA

Tints of Medium Turquoise #48DABA

RGB

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

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

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

R = 15.13%
G = 45.8%
B = 39.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#48DABA (or 0x48DABA) is known color: Medium Turquoise. HEX triplet: 48, DA and BA. RGB value is (72,218,186). Sum of RGB (Red+Green+Blue) = 72+218+186=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #48DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DABA is #B72545. Grayscale: #AAAAAA. Windows color (decimal): -12002630 or 12245576. OLE color: 12245576.

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

Color convert

RGB 72 218 186 -
CMYK 0.67 0 0.15 0.15
HSL 166.85º 0.66% 0.57% -
HSV(B) 166.85º 0.67% 0.85% -
XYZ 36.61 55.07 55.15 -
YUV 170.7 136.63 57.6 -
System Red Green Blue C M Y K H S L
Decimal 72 218 186 0.67 0 0.15 0.15 166.85 0.66 0.57
Hex 48 DA BA 43 0 F F A7 42 39
Octal 110 332 272 103 0 17 17 247 102 71
Binary 1001000 11011010 10111010 1000011 0 1111 1111 10100111 1000010 111001

Color Harmonies of #48DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DABA

Black with #48DABA

Text Example


Text Example

White with #48DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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