#48F7DE

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

Shades of Turquoise #48F7DE

Tints of Turquoise #48F7DE

Color information

#48F7DE (or 0x48F7DE) is unknown color: approx Turquoise. HEX triplet: 48, F7 and DE. RGB value is (72,247,222). Sum of RGB (Red+Green+Blue) = 72+247+222=541 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.31% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #48F7DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F7DE is #B70821. Grayscale: #BFBFBF. Windows color (decimal): -11995170 or 14612296. OLE color: 14612296.

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

Color convert

RGB72247222-
CMYK0.7100.100.03
HSL171.43º91.62%62.55%-
HSV(B)171.43º70.85%96.86%-
XYZ49.1273.1780.64-
YUV191.82145.0242.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.31%
GREEN value IS 247 (96.88% from 255) = 45.66%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=13.31%
G=45.66%
B=41.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722472220.7100.100.03171.4391.6262.55
Hex48F7DE470A3ab5c3f
Octal110367336107012325313477
Binary1001000111101111101111010001110101011101010111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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