Html Css Color HEX #48FEDB Turquoise

📋 copy color: '#48FEDB'

red 72 ◦ green 254 ◦ blue 219

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

Shades of Turquoise #48FEDB

Tints of Turquoise #48FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.61%

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

R = 13.21%
G = 46.61%
B = 40.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#48FEDB (or 0x48FEDB) is known color: Turquoise. HEX triplet: 48, FE and DB. RGB value is (72,254,219). Sum of RGB (Red+Green+Blue) = 72+254+219=545 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.21% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FEDB is #B70124. Grayscale: #C3C3C3. Windows color (decimal): -11993381 or 14417480. OLE color: 14417480.

HSL color Cylindrical-coordinate representation of color #48FEDB: hue angle of 168.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEDB is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 219 -
CMYK 0.72 0 0.14 0.00
HSL 168.46º 0.99% 0.64% -
HSV(B) 168.46º 0.72% 1% -
XYZ 50.9 77.38 79.27 -
YUV 195.59 141.2 39.85 -
System Red Green Blue C M Y K H S L
Decimal 72 254 219 0.72 0 0.14 0.00 168.46 0.99 0.64
Hex 48 FE DB 48 0 E 0 A8 63 40
Octal 110 376 333 110 0 16 0 250 143 100
Binary 1001000 11111110 11011011 1001000 0 1110 0 10101000 1100011 1000000

Color Harmonies of #48FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FEDB

Black with #48FEDB

Text Example


Text Example

White with #48FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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