Html Css Color HEX #73E7D7 Turquoise Blue

📋 copy color: '#73E7D7'

red 115 ◦ green 231 ◦ blue 215

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

Shades of Turquoise Blue #73E7D7

Tints of Turquoise Blue #73E7D7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.18%

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 20.5%
G = 41.18%
B = 38.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#73E7D7 (or 0x73E7D7) is known color: Turquoise Blue. HEX triplet: 73, E7 and D7. RGB value is (115,231,215). Sum of RGB (Red+Green+Blue) = 115+231+215=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #73E7D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E7D7 is #8C1828. Grayscale: #C2C2C2. Windows color (decimal): -9181225 or 14149491. OLE color: 14149491.

HSL color Cylindrical-coordinate representation of color #73E7D7: hue angle of 171.72º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E7D7 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 231 215 -
CMYK 0.50 0 0.07 0.09
HSL 171.72º 0.71% 0.68% -
HSV(B) 171.72º 0.5% 0.91% -
XYZ 47.91 65.7 74.45 -
YUV 194.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 115 231 215 0.50 0 0.07 0.09 171.72 0.71 0.68
Hex 73 E7 D7 32 0 7 9 AC 47 44
Octal 163 347 327 62 0 7 11 254 107 104
Binary 1110011 11100111 11010111 110010 0 111 1001 10101100 1000111 1000100

Color Harmonies of #73E7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E7D7

Black with #73E7D7

Text Example


Text Example

White with #73E7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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