Html Css Color HEX #48FADC Turquoise

📋 copy color: '#48FADC'

red 72 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #48FADC

Tints of Turquoise #48FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 13.28%
G = 46.13%
B = 40.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#48FADC (or 0x48FADC) is known color: Turquoise. HEX triplet: 48, FA and DC. RGB value is (72,250,220). Sum of RGB (Red+Green+Blue) = 72+250+220=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #48FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FADC is #B70523. Grayscale: #C1C1C1. Windows color (decimal): -11994404 or 14481992. OLE color: 14481992.

HSL color Cylindrical-coordinate representation of color #48FADC: hue angle of 169.89º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FADC is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 220 -
CMYK 0.71 0 0.12 0.02
HSL 169.89º 0.95% 0.63% -
HSV(B) 169.89º 0.71% 0.98% -
XYZ 49.78 74.92 79.55 -
YUV 193.36 143.03 41.44 -
System Red Green Blue C M Y K H S L
Decimal 72 250 220 0.71 0 0.12 0.02 169.89 0.95 0.63
Hex 48 FA DC 47 0 C 2 AA 5F 3F
Octal 110 372 334 107 0 14 2 252 137 77
Binary 1001000 11111010 11011100 1000111 0 1100 10 10101010 1011111 111111

Color Harmonies of #48FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FADC

Black with #48FADC

Text Example


Text Example

White with #48FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,250,220); }

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

background-color css

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

 a { background-color: rgb(72,250,220); }

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

border-color css

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

 span { border-color: rgb(72,250,220); }

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