#48FBC1

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

Shades of Turquoise #48FBC1

Tints of Turquoise #48FBC1

Color information

#48FBC1 (or 0x48FBC1) is unknown color: approx Turquoise. HEX triplet: 48, FB and C1. RGB value is (72,251,193). Sum of RGB (Red+Green+Blue) = 72+251+193=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBC1 is #B7043E. Grayscale: #BEBEBE. Windows color (decimal): -11994175 or 12712776. OLE color: 12712776.

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

Color convert

RGB72251193-
CMYK0.7100.230.02
HSL160.56º95.72%63.33%-
HSV(B)160.56º71.31%98.43%-
XYZ46.874.2262.31-
YUV190.87129.243.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.95%
GREEN value IS 251 (98.44% from 255) = 48.64%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=13.95%
G=48.64%
B=37.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722511930.7100.230.02160.5695.7263.33
Hex48FBC1470172a1603f
Octal110373301107027224114077
Binary10010001111101111000001100011101011110101000011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,251,193); }

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

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

 a { background-color: rgb(72,251,193); }

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

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

 span { border-color: rgb(72,251,193); }

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