Html Css Color HEX #73EAE2 Turquoise Blue

📋 copy color: '#73EAE2'

red 115 ◦ green 234 ◦ blue 226

#73EAE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #73EAE2

Tints of Turquoise Blue #73EAE2

RGB

 RED value IS 115 (45.31% from 255) = 20%

 GREEN value IS 234 (91.8% from 255) = 40.7%

 BLUE value IS 226 (88.67% from 255) = 39.3%

R = 20%
G = 40.7%
B = 39.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#73EAE2 (or 0x73EAE2) is known color: Turquoise Blue. HEX triplet: 73, EA and E2. RGB value is (115,234,226). Sum of RGB (Red+Green+Blue) = 115+234+226=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAE2 is #8C151D. Grayscale: #C5C5C5. Windows color (decimal): -9180446 or 14871155. OLE color: 14871155.

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

Color convert

RGB 115 234 226 -
CMYK 0.51 0 0.03 0.08
HSL 175.97º 0.74% 0.68% -
HSV(B) 175.97º 0.51% 0.92% -
XYZ 50.22 67.98 82.43 -
YUV 197.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 115 234 226 0.51 0 0.03 0.08 175.97 0.74 0.68
Hex 73 EA E2 33 0 3 8 B0 4A 44
Octal 163 352 342 63 0 3 10 260 112 104
Binary 1110011 11101010 11100010 110011 0 11 1000 10110000 1001010 1000100

Color Harmonies of #73EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EAE2

Black with #73EAE2

Text Example


Text Example

White with #73EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73EAE2;
 }
 .AnyTagClassName
 {
   color: #73EAE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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