Html Css Color HEX #73EADA Turquoise Blue

📋 copy color: '#73EADA'

red 115 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #73EADA

Tints of Turquoise Blue #73EADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 20.28%
G = 41.27%
B = 38.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#73EADA (or 0x73EADA) is known color: Turquoise Blue. HEX triplet: 73, EA and DA. RGB value is (115,234,218). Sum of RGB (Red+Green+Blue) = 115+234+218=567 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.28% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #73EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EADA is #8C1525. Grayscale: #C4C4C4. Windows color (decimal): -9180454 or 14346867. OLE color: 14346867.

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

Color convert

RGB 115 234 218 -
CMYK 0.51 0 0.07 0.08
HSL 171.93º 0.74% 0.68% -
HSV(B) 171.93º 0.51% 0.92% -
XYZ 49.15 67.55 76.78 -
YUV 196.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 115 234 218 0.51 0 0.07 0.08 171.93 0.74 0.68
Hex 73 EA DA 33 0 7 8 AC 4A 44
Octal 163 352 332 63 0 7 10 254 112 104
Binary 1110011 11101010 11011010 110011 0 111 1000 10101100 1001010 1000100

Color Harmonies of #73EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EADA

Black with #73EADA

Text Example


Text Example

White with #73EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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