Html Css Color HEX #48FAC6 Turquoise

📋 copy color: '#48FAC6'

red 72 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #48FAC6

Tints of Turquoise #48FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.08%

R = 13.85%
G = 48.08%
B = 38.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#48FAC6 (or 0x48FAC6) is known color: Turquoise. HEX triplet: 48, FA and C6. RGB value is (72,250,198). Sum of RGB (Red+Green+Blue) = 72+250+198=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FAC6 is #B70539. Grayscale: #BEBEBE. Windows color (decimal): -11994426 or 13040200. OLE color: 13040200.

HSL color Cylindrical-coordinate representation of color #48FAC6: hue angle of 162.47º 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 #48FAC6 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 198 -
CMYK 0.71 0 0.21 0.02
HSL 162.47º 0.95% 0.63% -
HSV(B) 162.47º 0.71% 0.98% -
XYZ 47.05 73.83 65.2 -
YUV 190.85 132.03 43.23 -
System Red Green Blue C M Y K H S L
Decimal 72 250 198 0.71 0 0.21 0.02 162.47 0.95 0.63
Hex 48 FA C6 47 0 15 2 A2 5F 3F
Octal 110 372 306 107 0 25 2 242 137 77
Binary 1001000 11111010 11000110 1000111 0 10101 10 10100010 1011111 111111

Color Harmonies of #48FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FAC6

Black with #48FAC6

Text Example


Text Example

White with #48FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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