#48EDDA

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

Shades of Turquoise #48EDDA

Tints of Turquoise #48EDDA

Color information

#48EDDA (or 0x48EDDA) is unknown color: approx Turquoise. HEX triplet: 48, ED and DA. RGB value is (72,237,218). Sum of RGB (Red+Green+Blue) = 72+237+218=527 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.66% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDDA is #B71225. Grayscale: #B9B9B9. Windows color (decimal): -11997734 or 14347592. OLE color: 14347592.

HSL color Cylindrical-coordinate representation of color #48EDDA: hue angle of 173.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDDA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB72237218-
CMYK0.7000.080.07
HSL173.09º82.09%60.59%-
HSV(B)173.09º69.62%92.94%-
XYZ45.6167.0176.86-
YUV185.5146.3447.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.66%
GREEN value IS 237 (92.97% from 255) = 44.97%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=13.66%
G=44.97%
B=41.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722372180.7000.080.07173.0982.0960.59
Hex48EDDA46087ad523d
Octal110355332106010725512275
Binary10010001110110111011010100011001000111101011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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