#73E2E1

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

Shades of Turquoise Blue #73E2E1

Tints of Turquoise Blue #73E2E1

Color information

#73E2E1 (or 0x73E2E1) is unknown color: approx Turquoise Blue. HEX triplet: 73, E2 and E1. RGB value is (115,226,225). Sum of RGB (Red+Green+Blue) = 115+226+225=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #73E2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E2E1 is #8C1D1E. Grayscale: #C0C0C0. Windows color (decimal): -9182495 or 14803571. OLE color: 14803571.

HSL color Cylindrical-coordinate representation of color #73E2E1: hue angle of 179.46º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E2E1 is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB115226225-
CMYK0.4900.000.11
HSL179.46º65.68%66.86%-
HSV(B)179.46º49.12%88.63%-
XYZ47.8663.4780.96-
YUV192.7146.2372.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.32%
GREEN value IS 226 (88.67% from 255) = 39.93%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=20.32%
G=39.93%
B=39.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152262250.4900.000.11179.4665.6866.86
Hex73E2E13100Bb34243
Octal163342341610013263102103
Binary111001111100010111000011100010010111011001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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