#48E7DA

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

Shades of Turquoise #48E7DA

Tints of Turquoise #48E7DA

Color information

#48E7DA (or 0x48E7DA) is unknown color: approx Turquoise. HEX triplet: 48, E7 and DA. RGB value is (72,231,218). Sum of RGB (Red+Green+Blue) = 72+231+218=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #48E7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E7DA is #B71825. Grayscale: #B5B5B5. Windows color (decimal): -11999270 or 14346056. OLE color: 14346056.

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

Color convert

RGB72231218-
CMYK0.6900.060.09
HSL175.09º76.81%59.41%-
HSV(B)175.09º68.83%90.59%-
XYZ43.963.5976.29-
YUV181.98148.3249.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.82%
GREEN value IS 231 (90.62% from 255) = 44.34%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=13.82%
G=44.34%
B=41.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal722312180.6900.060.09175.0976.8159.41
Hex48E7DA45069af4d3b
Octal110347332105061125711573
Binary10010001110011111011010100010101101001101011111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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