Html Css Color HEX #73EADF Turquoise Blue

📋 copy color: '#73EADF'

red 115 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #73EADF

Tints of Turquoise Blue #73EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 20.1%
G = 40.91%
B = 38.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#73EADF (or 0x73EADF) is known color: Turquoise Blue. HEX triplet: 73, EA and DF. RGB value is (115,234,223). Sum of RGB (Red+Green+Blue) = 115+234+223=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #73EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EADF is #8C1520. Grayscale: #C5C5C5. Windows color (decimal): -9180449 or 14674547. OLE color: 14674547.

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

Color convert

RGB 115 234 223 -
CMYK 0.51 0 0.05 0.08
HSL 174.45º 0.74% 0.68% -
HSV(B) 174.45º 0.51% 0.92% -
XYZ 49.81 67.82 80.28 -
YUV 197.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 115 234 223 0.51 0 0.05 0.08 174.45 0.74 0.68
Hex 73 EA DF 33 0 5 8 AE 4A 44
Octal 163 352 337 63 0 5 10 256 112 104
Binary 1110011 11101010 11011111 110011 0 101 1000 10101110 1001010 1000100

Color Harmonies of #73EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EADF

Black with #73EADF

Text Example


Text Example

White with #73EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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