#48EAC7

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

Shades of Turquoise #48EAC7

Tints of Turquoise #48EAC7

Color information

#48EAC7 (or 0x48EAC7) is unknown color: approx Turquoise. HEX triplet: 48, EA and C7. RGB value is (72,234,199). Sum of RGB (Red+Green+Blue) = 72+234+199=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #48EAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EAC7 is #B71538. Grayscale: #B5B5B5. Windows color (decimal): -11998521 or 13101640. OLE color: 13101640.

HSL color Cylindrical-coordinate representation of color #48EAC7: hue angle of 167.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EAC7 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB72234199-
CMYK0.6900.150.08
HSL167.04º79.41%60%-
HSV(B)167.04º69.23%91.76%-
XYZ42.464.3564.22-
YUV181.57137.8349.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.26%
GREEN value IS 234 (91.80% from 255) = 46.34%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=14.26%
G=46.34%
B=39.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722341990.6900.150.08167.0479.4160
Hex48EAC7450F8a74f3c
Octal1103523071050171024711774
Binary100100011101010110001111000101011111000101001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,234,199); }

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

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

 a { background-color: rgb(72,234,199); }

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

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

 span { border-color: rgb(72,234,199); }

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