Html Css Color HEX #73D7E0 Turquoise Blue

📋 copy color: '#73D7E0'

red 115 ◦ green 215 ◦ blue 224

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

Shades of Turquoise Blue #73D7E0

Tints of Turquoise Blue #73D7E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 20.76%
G = 38.81%
B = 40.43%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#73D7E0 (or 0x73D7E0) is known color: Turquoise Blue. HEX triplet: 73, D7 and E0. RGB value is (115,215,224). Sum of RGB (Red+Green+Blue) = 115+215+224=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #73D7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D7E0 is #8C281F. Grayscale: #B9B9B9. Windows color (decimal): -9185312 or 14735219. OLE color: 14735219.

HSL color Cylindrical-coordinate representation of color #73D7E0: hue angle of 184.95º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73D7E0 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 215 224 -
CMYK 0.49 0.04 0 0.12
HSL 184.95º 0.64% 0.66% -
HSV(B) 184.95º 0.49% 0.88% -
XYZ 44.83 57.63 79.28 -
YUV 186.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 115 215 224 0.49 0.04 0 0.12 184.95 0.64 0.66
Hex 73 D7 E0 31 4 0 C B9 40 42
Octal 163 327 340 61 4 0 14 271 100 102
Binary 1110011 11010111 11100000 110001 100 0 1100 10111001 1000000 1000010

Color Harmonies of #73D7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D7E0

Black with #73D7E0

Text Example


Text Example

White with #73D7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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