#48F4DC

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

Shades of Turquoise #48F4DC

Tints of Turquoise #48F4DC

Color information

#48F4DC (or 0x48F4DC) is unknown color: approx Turquoise. HEX triplet: 48, F4 and DC. RGB value is (72,244,220). Sum of RGB (Red+Green+Blue) = 72+244+220=536 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.43% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #48F4DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F4DC is #B70B23. Grayscale: #BDBDBD. Windows color (decimal): -11995940 or 14480456. OLE color: 14480456.

HSL color Cylindrical-coordinate representation of color #48F4DC: hue angle of 171.63º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F4DC is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB72244220-
CMYK0.7000.100.04
HSL171.63º88.66%61.96%-
HSV(B)171.63º70.49%95.69%-
XYZ47.9471.2578.94-
YUV189.84145.0243.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.43%
GREEN value IS 244 (95.70% from 255) = 45.52%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=13.43%
G=45.52%
B=41.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722442200.7000.100.04171.6388.6661.96
Hex48F4DC460A4ac593e
Octal110364334106012425413176
Binary10010001111010011011100100011001010100101011001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,244,220); }

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

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

 a { background-color: rgb(72,244,220); }

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

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

 span { border-color: rgb(72,244,220); }

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