Html Css Color HEX #48E2DB Turquoise

📋 copy color: '#48E2DB'

red 72 ◦ green 226 ◦ blue 219

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

Shades of Turquoise #48E2DB

Tints of Turquoise #48E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.71%

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 13.93%
G = 43.71%
B = 42.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#48E2DB (or 0x48E2DB) is known color: Turquoise. HEX triplet: 48, E2 and DB. RGB value is (72,226,219). Sum of RGB (Red+Green+Blue) = 72+226+219=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #48E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E2DB is #B71D24. Grayscale: #B3B3B3. Windows color (decimal): -12000549 or 14410312. OLE color: 14410312.

HSL color Cylindrical-coordinate representation of color #48E2DB: hue angle of 177.27º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E2DB is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 226 219 -
CMYK 0.68 0 0.03 0.11
HSL 177.27º 0.73% 0.58% -
HSV(B) 177.27º 0.68% 0.89% -
XYZ 42.66 60.88 76.52 -
YUV 179.16 150.48 51.57 -
System Red Green Blue C M Y K H S L
Decimal 72 226 219 0.68 0 0.03 0.11 177.27 0.73 0.58
Hex 48 E2 DB 44 0 3 B B1 49 3A
Octal 110 342 333 104 0 3 13 261 111 72
Binary 1001000 11100010 11011011 1000100 0 11 1011 10110001 1001001 111010

Color Harmonies of #48E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E2DB

Black with #48E2DB

Text Example


Text Example

White with #48E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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