#48FAD0

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

Shades of Turquoise #48FAD0

Tints of Turquoise #48FAD0

Color information

#48FAD0 (or 0x48FAD0) is unknown color: approx Turquoise. HEX triplet: 48, FA and D0. RGB value is (72,250,208). Sum of RGB (Red+Green+Blue) = 72+250+208=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FAD0 is #B7052F. Grayscale: #BFBFBF. Windows color (decimal): -11994416 or 13695560. OLE color: 13695560.

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

Color convert

RGB72250208-
CMYK0.7100.170.02
HSL165.84º94.68%63.14%-
HSV(B)165.84º71.2%98.04%-
XYZ48.2474.371.47-
YUV191.99137.0342.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.58%
GREEN value IS 250 (98.05% from 255) = 47.17%
BLUE value IS 208 (81.64% from 255) = 39.25%
R=13.58%
G=47.17%
B=39.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722502080.7100.170.02165.8494.6863.14
Hex48FAD0470112a65f3f
Octal110372320107021224613777
Binary10010001111101011010000100011101000110101001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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