#48E7B6

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

Shades of Turquoise #48E7B6

Tints of Turquoise #48E7B6

Color information

#48E7B6 (or 0x48E7B6) is unknown color: approx Turquoise. HEX triplet: 48, E7 and B6. RGB value is (72,231,182). Sum of RGB (Red+Green+Blue) = 72+231+182=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #48E7B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E7B6 is #B71849. Grayscale: #B1B1B1. Windows color (decimal): -11999306 or 11986760. OLE color: 11986760.

HSL color Cylindrical-coordinate representation of color #48E7B6: hue angle of 161.51º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E7B6 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB72231182-
CMYK0.6900.210.09
HSL161.51º76.81%59.41%-
HSV(B)161.51º68.83%90.59%-
XYZ39.6961.9154.11-
YUV177.87130.3252.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.85%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=14.85%
G=47.63%
B=37.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal722311820.6900.210.09161.5176.8159.41
Hex48E7B6450159a24d3b
Octal1103472661050251124211573
Binary1001000111001111011011010001010101011001101000101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,231,182); }

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

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

 a { background-color: rgb(72,231,182); }

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

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

 span { border-color: rgb(72,231,182); }

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