Html Css Color HEX #48F2DB Turquoise

📋 copy color: '#48F2DB'

red 72 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #48F2DB

Tints of Turquoise #48F2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

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

R = 13.51%
G = 45.4%
B = 41.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#48F2DB (or 0x48F2DB) is known color: Turquoise. HEX triplet: 48, F2 and DB. RGB value is (72,242,219). Sum of RGB (Red+Green+Blue) = 72+242+219=533 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.51% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2DB is #B70D24. Grayscale: #BCBCBC. Windows color (decimal): -11996453 or 14414408. OLE color: 14414408.

HSL color Cylindrical-coordinate representation of color #48F2DB: hue angle of 171.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2DB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 219 -
CMYK 0.70 0 0.10 0.05
HSL 171.88º 0.87% 0.62% -
HSV(B) 171.88º 0.7% 0.95% -
XYZ 47.21 70 78.04 -
YUV 188.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 72 242 219 0.70 0 0.10 0.05 171.88 0.87 0.62
Hex 48 F2 DB 46 0 A 5 AC 57 3E
Octal 110 362 333 106 0 12 5 254 127 76
Binary 1001000 11110010 11011011 1000110 0 1010 101 10101100 1010111 111110

Color Harmonies of #48F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2DB

Black with #48F2DB

Text Example


Text Example

White with #48F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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