Html Css Color HEX #73D9DC Turquoise Blue

📋 copy color: '#73D9DC'

red 115 ◦ green 217 ◦ blue 220

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

Shades of Turquoise Blue #73D9DC

Tints of Turquoise Blue #73D9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 20.83%
G = 39.31%
B = 39.86%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73D9DC (or 0x73D9DC) is known color: Turquoise Blue. HEX triplet: 73, D9 and DC. RGB value is (115,217,220). Sum of RGB (Red+Green+Blue) = 115+217+220=552 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.83% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #73D9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D9DC is #8C2623. Grayscale: #BABABA. Windows color (decimal): -9184804 or 14473587. OLE color: 14473587.

HSL color Cylindrical-coordinate representation of color #73D9DC: hue angle of 181.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73D9DC is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 217 220 -
CMYK 0.48 0.01 0 0.14
HSL 181.71º 0.6% 0.66% -
HSV(B) 181.71º 0.48% 0.86% -
XYZ 44.8 58.44 76.63 -
YUV 186.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 115 217 220 0.48 0.01 0 0.14 181.71 0.6 0.66
Hex 73 D9 DC 30 1 0 E B6 3C 42
Octal 163 331 334 60 1 0 16 266 74 102
Binary 1110011 11011001 11011100 110000 1 0 1110 10110110 111100 1000010

Color Harmonies of #73D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D9DC

Black with #73D9DC

Text Example


Text Example

White with #73D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,217,220); }

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

background-color css

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

 a { background-color: rgb(115,217,220); }

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

border-color css

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

 span { border-color: rgb(115,217,220); }

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