Html Css Color HEX #73ECF0 Turquoise Blue

📋 copy color: '#73ECF0'

red 115 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #73ECF0

Tints of Turquoise Blue #73ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

 BLUE value IS 240 (94.14% from 255) = 40.61%

R = 19.46%
G = 39.93%
B = 40.61%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73ECF0 (or 0x73ECF0) is known color: Turquoise Blue. HEX triplet: 73, EC and F0. RGB value is (115,236,240). Sum of RGB (Red+Green+Blue) = 115+236+240=591 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.46% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #73ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECF0 is #8C130F. Grayscale: #C8C8C8. Windows color (decimal): -9179920 or 15789171. OLE color: 15789171.

HSL color Cylindrical-coordinate representation of color #73ECF0: hue angle of 181.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73ECF0 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 236 240 -
CMYK 0.52 0.02 0 0.06
HSL 181.92º 0.81% 0.7% -
HSV(B) 181.92º 0.52% 0.94% -
XYZ 52.79 69.93 93.15 -
YUV 200.28 150.41 67.17 -
System Red Green Blue C M Y K H S L
Decimal 115 236 240 0.52 0.02 0 0.06 181.92 0.81 0.7
Hex 73 EC F0 34 2 0 6 B6 51 46
Octal 163 354 360 64 2 0 6 266 121 106
Binary 1110011 11101100 11110000 110100 10 0 110 10110110 1010001 1000110

Color Harmonies of #73ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ECF0

Black with #73ECF0

Text Example


Text Example

White with #73ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,236,240); }

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

background-color css

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

 a { background-color: rgb(115,236,240); }

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

border-color css

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

 span { border-color: rgb(115,236,240); }

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