Html Css Color HEX #73D5DC Turquoise Blue

📋 copy color: '#73D5DC'

red 115 ◦ green 213 ◦ blue 220

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

Shades of Turquoise Blue #73D5DC

Tints of Turquoise Blue #73D5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.87%

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

R = 20.99%
G = 38.87%
B = 40.15%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73D5DC (or 0x73D5DC) is known color: Turquoise Blue. HEX triplet: 73, D5 and DC. RGB value is (115,213,220). Sum of RGB (Red+Green+Blue) = 115+213+220=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #73D5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5DC is #8C2A23. Grayscale: #B8B8B8. Windows color (decimal): -9185828 or 14472563. OLE color: 14472563.

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

Color convert

RGB 115 213 220 -
CMYK 0.48 0.03 0 0.14
HSL 184º 0.6% 0.66% -
HSV(B) 184º 0.48% 0.86% -
XYZ 43.78 56.4 76.29 -
YUV 184.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 115 213 220 0.48 0.03 0 0.14 184 0.6 0.66
Hex 73 D5 DC 30 3 0 E B8 3C 42
Octal 163 325 334 60 3 0 16 270 74 102
Binary 1110011 11010101 11011100 110000 11 0 1110 10111000 111100 1000010

Color Harmonies of #73D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D5DC

Black with #73D5DC

Text Example


Text Example

White with #73D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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