#73EBE1

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

Shades of Turquoise Blue #73EBE1

Tints of Turquoise Blue #73EBE1

Color information

#73EBE1 (or 0x73EBE1) is unknown color: approx Turquoise Blue. HEX triplet: 73, EB and E1. RGB value is (115,235,225). Sum of RGB (Red+Green+Blue) = 115+235+225=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBE1 is #8C141E. Grayscale: #C5C5C5. Windows color (decimal): -9180191 or 14805875. OLE color: 14805875.

HSL color Cylindrical-coordinate representation of color #73EBE1: hue angle of 175º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBE1 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB115235225-
CMYK0.5100.040.08
HSL175º75%68.63%-
HSV(B)175º51.06%92.16%-
XYZ50.3768.581.8-
YUV197.98143.2468.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=20%
G=40.87%
B=39.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152352250.5100.040.081757568.63
Hex73EBE133048af4b45
Octal163353341630410257113105
Binary11100111110101111100001110011010010001010111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73EBE1; }

 p { color: rgb(115,235,225); }

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

<style>
 a { background-color: #73EBE1; }

 a { background-color: rgb(115,235,225); }

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

<style>
 span { border-color: #73EBE1; }

 span { border-color: rgb(115,235,225); }

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