Html Css Color HEX #48FFDB Turquoise

📋 copy color: '#48FFDB'

red 72 ◦ green 255 ◦ blue 219

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

Shades of Turquoise #48FFDB

Tints of Turquoise #48FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 46.7%

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

R = 13.19%
G = 46.7%
B = 40.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#48FFDB (or 0x48FFDB) is known color: Turquoise. HEX triplet: 48, FF and DB. RGB value is (72,255,219). Sum of RGB (Red+Green+Blue) = 72+255+219=546 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.19% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFDB is #B70024. Grayscale: #C4C4C4. Windows color (decimal): -11993125 or 14417736. OLE color: 14417736.

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

Color convert

RGB 72 255 219 -
CMYK 0.72 0 0.14 0
HSL 168.2º 1% 0.64% -
HSV(B) 168.2º 0.72% 1% -
XYZ 51.22 78.01 79.38 -
YUV 196.18 140.87 39.43 -
System Red Green Blue C M Y K H S L
Decimal 72 255 219 0.72 0 0.14 0 168.2 1 0.64
Hex 48 FF DB 48 0 E 0 A8 64 40
Octal 110 377 333 110 0 16 0 250 144 100
Binary 1001000 11111111 11011011 1001000 0 1110 0 10101000 1100100 1000000

Color Harmonies of #48FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFDB

Black with #48FFDB

Text Example


Text Example

White with #48FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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