#48F7E0

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

Shades of Turquoise #48F7E0

Tints of Turquoise #48F7E0

Color information

#48F7E0 (or 0x48F7E0) is unknown color: approx Turquoise. HEX triplet: 48, F7 and E0. RGB value is (72,247,224). Sum of RGB (Red+Green+Blue) = 72+247+224=543 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.26% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #48F7E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F7E0 is #B7081F. Grayscale: #BFBFBF. Windows color (decimal): -11995168 or 14743368. OLE color: 14743368.

HSL color Cylindrical-coordinate representation of color #48F7E0: hue angle of 172.11º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F7E0 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB72247224-
CMYK0.7100.090.03
HSL172.11º91.62%62.55%-
HSV(B)172.11º70.85%96.86%-
XYZ49.3973.2882.06-
YUV192.05146.0242.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.26%
GREEN value IS 247 (96.88% from 255) = 45.49%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=13.26%
G=45.49%
B=41.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722472240.7100.090.03172.1191.6262.55
Hex48F7E047093ac5c3f
Octal110367340107011325413477
Binary1001000111101111110000010001110100111101011001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,247,224); }

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

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

 a { background-color: rgb(72,247,224); }

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

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

 span { border-color: rgb(72,247,224); }

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