#48EBEA

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

Shades of Turquoise #48EBEA

Tints of Turquoise #48EBEA

Color information

#48EBEA (or 0x48EBEA) is unknown color: approx Turquoise. HEX triplet: 48, EB and EA. RGB value is (72,235,234). Sum of RGB (Red+Green+Blue) = 72+235+234=541 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.31% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EBEA is #B71415. Grayscale: #B9B9B9. Windows color (decimal): -11998230 or 15395656. OLE color: 15395656.

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

Color convert

RGB72235234-
CMYK0.6900.000.08
HSL179.63º80.3%60.2%-
HSV(B)179.63º69.36%92.16%-
XYZ47.2366.7388.23-
YUV186.1515546.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.31%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=13.31%
G=43.44%
B=43.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722352340.6900.000.08179.6380.360.2
Hex48EBEA45008b4503c
Octal110353352105001026412074
Binary100100011101011111010101000101001000101101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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