#48F4E6

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

Shades of Turquoise #48F4E6

Tints of Turquoise #48F4E6

Color information

#48F4E6 (or 0x48F4E6) is unknown color: approx Turquoise. HEX triplet: 48, F4 and E6. RGB value is (72,244,230). Sum of RGB (Red+Green+Blue) = 72+244+230=546 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.19% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #48F4E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48F4E6 is #B70B19. Grayscale: #BEBEBE. Windows color (decimal): -11995930 or 15135816. OLE color: 15135816.

HSL color Cylindrical-coordinate representation of color #48F4E6: hue angle of 175.12º 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 #48F4E6 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB72244230-
CMYK0.7000.060.04
HSL175.12º88.66%61.96%-
HSV(B)175.12º70.49%95.69%-
XYZ49.3171.7986.12-
YUV190.98150.0243.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.19%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 230 (90.23% from 255) = 42.12%
R=13.19%
G=44.69%
B=42.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722442300.7000.060.04175.1288.6661.96
Hex48F4E646064af593e
Octal11036434610606425713176
Binary1001000111101001110011010001100110100101011111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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