Html Css Color HEX #73E6EA Turquoise Blue

📋 copy color: '#73E6EA'

red 115 ◦ green 230 ◦ blue 234

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

Shades of Turquoise Blue #73E6EA

Tints of Turquoise Blue #73E6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.72%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 19.86%
G = 39.72%
B = 40.41%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73E6EA (or 0x73E6EA) is known color: Turquoise Blue. HEX triplet: 73, E6 and EA. RGB value is (115,230,234). Sum of RGB (Red+Green+Blue) = 115+230+234=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #73E6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E6EA is #8C1915. Grayscale: #C3C3C3. Windows color (decimal): -9181462 or 15394419. OLE color: 15394419.

HSL color Cylindrical-coordinate representation of color #73E6EA: hue angle of 182.02º 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 #73E6EA is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 230 234 -
CMYK 0.51 0.02 0 0.08
HSL 182.02º 0.74% 0.68% -
HSV(B) 182.02º 0.51% 0.92% -
XYZ 50.22 66.18 87.97 -
YUV 196.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 115 230 234 0.51 0.02 0 0.08 182.02 0.74 0.68
Hex 73 E6 EA 33 2 0 8 B6 4A 44
Octal 163 346 352 63 2 0 10 266 112 104
Binary 1110011 11100110 11101010 110011 10 0 1000 10110110 1001010 1000100

Color Harmonies of #73E6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E6EA

Black with #73E6EA

Text Example


Text Example

White with #73E6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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