Html Css Color HEX #73E5DC Turquoise Blue

📋 copy color: '#73E5DC'

red 115 ◦ green 229 ◦ blue 220

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

Shades of Turquoise Blue #73E5DC

Tints of Turquoise Blue #73E5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.6%

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

R = 20.39%
G = 40.6%
B = 39.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#73E5DC (or 0x73E5DC) is known color: Turquoise Blue. HEX triplet: 73, E5 and DC. RGB value is (115,229,220). Sum of RGB (Red+Green+Blue) = 115+229+220=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5DC is #8C1A23. Grayscale: #C1C1C1. Windows color (decimal): -9181732 or 14476659. OLE color: 14476659.

HSL color Cylindrical-coordinate representation of color #73E5DC: hue angle of 175.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E5DC is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 229 220 -
CMYK 0.50 0 0.04 0.10
HSL 175.26º 0.69% 0.67% -
HSV(B) 175.26º 0.5% 0.9% -
XYZ 48.01 64.85 77.7 -
YUV 193.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 115 229 220 0.50 0 0.04 0.10 175.26 0.69 0.67
Hex 73 E5 DC 32 0 4 A AF 45 43
Octal 163 345 334 62 0 4 12 257 105 103
Binary 1110011 11100101 11011100 110010 0 100 1010 10101111 1000101 1000011

Color Harmonies of #73E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E5DC

Black with #73E5DC

Text Example


Text Example

White with #73E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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