Html Css Color HEX #48F3DB Turquoise

📋 copy color: '#48F3DB'

red 72 ◦ green 243 ◦ blue 219

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

Shades of Turquoise #48F3DB

Tints of Turquoise #48F3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.51%

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

R = 13.48%
G = 45.51%
B = 41.01%

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

#48F3DB (or 0x48F3DB) is known color: Turquoise. HEX triplet: 48, F3 and DB. RGB value is (72,243,219). Sum of RGB (Red+Green+Blue) = 72+243+219=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #48F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F3DB is #B70C24. Grayscale: #BDBDBD. Windows color (decimal): -11996197 or 14414664. OLE color: 14414664.

HSL color Cylindrical-coordinate representation of color #48F3DB: hue angle of 171.58º degrees, saturation: 0.88, 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 #48F3DB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 243 219 -
CMYK 0.70 0 0.10 0.05
HSL 171.58º 0.88% 0.62% -
HSV(B) 171.58º 0.7% 0.95% -
XYZ 47.51 70.59 78.14 -
YUV 189.14 144.85 44.45 -
System Red Green Blue C M Y K H S L
Decimal 72 243 219 0.70 0 0.10 0.05 171.58 0.88 0.62
Hex 48 F3 DB 46 0 A 5 AC 58 3E
Octal 110 363 333 106 0 12 5 254 130 76
Binary 1001000 11110011 11011011 1000110 0 1010 101 10101100 1011000 111110

Color Harmonies of #48F3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F3DB

Black with #48F3DB

Text Example


Text Example

White with #48F3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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