#48FAD8

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

Shades of Turquoise #48FAD8

Tints of Turquoise #48FAD8

Color information

#48FAD8 (or 0x48FAD8) is unknown color: approx Turquoise. HEX triplet: 48, FA and D8. RGB value is (72,250,216). Sum of RGB (Red+Green+Blue) = 72+250+216=538 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.38% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FAD8 is #B70527. Grayscale: #C0C0C0. Windows color (decimal): -11994408 or 14219848. OLE color: 14219848.

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

Color convert

RGB72250216-
CMYK0.7100.140.02
HSL168.54º94.68%63.14%-
HSV(B)168.54º71.2%98.04%-
XYZ49.2574.7176.79-
YUV192.9141.0341.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.38%
GREEN value IS 250 (98.05% from 255) = 46.47%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=13.38%
G=46.47%
B=40.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722502160.7100.140.02168.5494.6863.14
Hex48FAD8470E2a95f3f
Octal110372330107016225113777
Binary1001000111110101101100010001110111010101010011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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