#48E4F0

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

Shades of Turquoise #48E4F0

Tints of Turquoise #48E4F0

Color information

#48E4F0 (or 0x48E4F0) is unknown color: approx Turquoise. HEX triplet: 48, E4 and F0. RGB value is (72,228,240). Sum of RGB (Red+Green+Blue) = 72+228+240=540 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.33% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #48E4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E4F0 is #B71B0F. Grayscale: #B6B6B6. Windows color (decimal): -12000016 or 15787080. OLE color: 15787080.

HSL color Cylindrical-coordinate representation of color #48E4F0: hue angle of 184.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48E4F0 is Cyan = 0.7, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB72228240-
CMYK0.70.0500.06
HSL184.29º84.85%61.18%-
HSV(B)184.29º70%94.12%-
XYZ46.1463.1692.2-
YUV182.72160.3249.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.33%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=13.33%
G=42.22%
B=44.44%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722282400.70.0500.06184.2984.8561.18
Hex48E4F046506b8553d
Octal11034436010650627012575
Binary1001000111001001111000010001101010110101110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,228,240); }

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

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

 a { background-color: rgb(72,228,240); }

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

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

 span { border-color: rgb(72,228,240); }

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