#48e3d0

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

Shades of Turquoise #48E3D0

Tints of Turquoise #48E3D0

Color information

#48E3D0 (or 0x48E3D0) is unknown color: approx Turquoise. HEX triplet: 48, E3 and D0. RGB value is (72,227,208). Sum of RGB (Red+Green+Blue) = 72+227+208=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E3D0 is #B71C2F. Grayscale: #B2B2B2. Windows color (decimal): -12000304 or 13689672. OLE color: 13689672.

HSL color Cylindrical-coordinate representation of color #48E3D0: hue angle of 172.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E3D0 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB72227208-
CMYK0.6800.080.11
HSL172.65º73.46%58.63%-
HSV(B)172.65º68.28%89.02%-
XYZ41.5360.8769.23-
YUV178.49144.6552.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.20%
GREEN value IS 227 (89.06% from 255) = 44.77%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=14.20%
G=44.77%
B=41.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722272080.6800.080.11172.6573.4658.63
Hex48E3D04408Bad493b
Octal1103433201040101325511173
Binary100100011100011110100001000100010001011101011011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48e3d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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