Html Css Color HEX #73D7F3 Turquoise Blue

📋 copy color: '#73D7F3'

red 115 ◦ green 215 ◦ blue 243

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

Shades of Turquoise Blue #73D7F3

Tints of Turquoise Blue #73D7F3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.52%

 BLUE value IS 243 (95.31% from 255) = 42.41%

R = 20.07%
G = 37.52%
B = 42.41%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73D7F3 (or 0x73D7F3) is known color: Turquoise Blue. HEX triplet: 73, D7 and F3. RGB value is (115,215,243). Sum of RGB (Red+Green+Blue) = 115+215+243=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #73D7F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D7F3 is #8C280C. Grayscale: #BCBCBC. Windows color (decimal): -9185293 or 15980403. OLE color: 15980403.

HSL color Cylindrical-coordinate representation of color #73D7F3: hue angle of 193.12º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D7F3 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 215 243 -
CMYK 0.53 0.12 0 0.05
HSL 193.13º 0.84% 0.7% -
HSV(B) 193.13º 0.53% 0.95% -
XYZ 47.55 58.72 93.62 -
YUV 188.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 115 215 243 0.53 0.12 0 0.05 193.13 0.84 0.7
Hex 73 D7 F3 35 C 0 5 C1 54 46
Octal 163 327 363 65 14 0 5 301 124 106
Binary 1110011 11010111 11110011 110101 1100 0 101 11000001 1010100 1000110

Color Harmonies of #73D7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D7F3

Black with #73D7F3

Text Example


Text Example

White with #73D7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,215,243); }

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

background-color css

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

 a { background-color: rgb(115,215,243); }

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

border-color css

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

 span { border-color: rgb(115,215,243); }

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