#48EDB6

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

Shades of Turquoise #48EDB6

Tints of Turquoise #48EDB6

Color information

#48EDB6 (or 0x48EDB6) is unknown color: approx Turquoise. HEX triplet: 48, ED and B6. RGB value is (72,237,182). Sum of RGB (Red+Green+Blue) = 72+237+182=491 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.66% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDB6 is #B71249. Grayscale: #B5B5B5. Windows color (decimal): -11997770 or 11988296. OLE color: 11988296.

HSL color Cylindrical-coordinate representation of color #48EDB6: hue angle of 160º 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 #48EDB6 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB72237182-
CMYK0.7000.230.07
HSL160º82.09%60.59%-
HSV(B)160º69.62%92.94%-
XYZ41.465.3254.68-
YUV181.4128.3449.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.66%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=14.66%
G=48.27%
B=37.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722371820.7000.230.0716082.0960.59
Hex48EDB6460177a0523d
Octal110355266106027724012275
Binary100100011101101101101101000110010111111101000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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