#48FAC3

Color #48FAC3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #48FAC3

Tints of Turquoise #48FAC3

Color information

#48FAC3 (or 0x48FAC3) is unknown color: approx Turquoise. HEX triplet: 48, FA and C3. RGB value is (72,250,195). Sum of RGB (Red+Green+Blue) = 72+250+195=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FAC3 is #B7053C. Grayscale: #BEBEBE. Windows color (decimal): -11994429 or 12843592. OLE color: 12843592.

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

Color convert

RGB72250195-
CMYK0.7100.220.02
HSL161.46º94.68%63.14%-
HSV(B)161.46º71.2%98.04%-
XYZ46.7173.6963.39-
YUV190.51130.5343.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.93%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=13.93%
G=48.36%
B=37.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722501950.7100.220.02161.4694.6863.14
Hex48FAC3470162a15f3f
Octal110372303107026224113777
Binary10010001111101011000011100011101011010101000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48FAC3;
 }
 .AnyTagClassName
 {
   color: #48FAC3;
 }
</style>
background-color css

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

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

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

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

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

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