#48EABC

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

Shades of Turquoise #48EABC

Tints of Turquoise #48EABC

Color information

#48EABC (or 0x48EABC) is unknown color: approx Turquoise. HEX triplet: 48, EA and BC. RGB value is (72,234,188). Sum of RGB (Red+Green+Blue) = 72+234+188=494 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.57% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #48EABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EABC is #B71543. Grayscale: #B4B4B4. Windows color (decimal): -11998532 or 12380744. OLE color: 12380744.

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

Color convert

RGB72234188-
CMYK0.6900.200.08
HSL162.96º79.41%60%-
HSV(B)162.96º69.23%91.76%-
XYZ41.1763.8557.73-
YUV180.32132.3350.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.57%
GREEN value IS 234 (91.80% from 255) = 47.37%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=14.57%
G=47.37%
B=38.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722341880.6900.200.08162.9679.4160
Hex48EABC450148a34f3c
Octal1103522741050241024311774
Binary1001000111010101011110010001010101001000101000111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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