Html Css Color HEX #73DCD9 Turquoise Blue

📋 copy color: '#73DCD9'

red 115 ◦ green 220 ◦ blue 217

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

Shades of Turquoise Blue #73DCD9

Tints of Turquoise Blue #73DCD9

RGB

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

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

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

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

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #73DCD9: hue angle of 178.29º 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 #73DCD9 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 217 -
CMYK 0.48 0 0.01 0.14
HSL 178.29º 0.6% 0.66% -
HSV(B) 178.29º 0.48% 0.86% -
XYZ 45.19 59.84 74.81 -
YUV 188.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 115 220 217 0.48 0 0.01 0.14 178.29 0.6 0.66
Hex 73 DC D9 30 0 1 E B2 3C 42
Octal 163 334 331 60 0 1 16 262 74 102
Binary 1110011 11011100 11011001 110000 0 1 1110 10110010 111100 1000010

Color Harmonies of #73DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCD9

Black with #73DCD9

Text Example


Text Example

White with #73DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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