Html Css Color HEX #73E0D6 Turquoise Blue

📋 copy color: '#73E0D6'

red 115 ◦ green 224 ◦ blue 214

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

Shades of Turquoise Blue #73E0D6

Tints of Turquoise Blue #73E0D6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 20.8%
G = 40.51%
B = 38.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#73E0D6 (or 0x73E0D6) is known color: Turquoise Blue. HEX triplet: 73, E0 and D6. RGB value is (115,224,214). Sum of RGB (Red+Green+Blue) = 115+224+214=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0D6 is #8C1F29. Grayscale: #BEBEBE. Windows color (decimal): -9183018 or 14082163. OLE color: 14082163.

HSL color Cylindrical-coordinate representation of color #73E0D6: hue angle of 174.5º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E0D6 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 224 214 -
CMYK 0.49 0 0.04 0.12
HSL 174.5º 0.64% 0.66% -
HSV(B) 174.5º 0.49% 0.88% -
XYZ 45.86 61.81 73.13 -
YUV 190.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 115 224 214 0.49 0 0.04 0.12 174.5 0.64 0.66
Hex 73 E0 D6 31 0 4 C AE 40 42
Octal 163 340 326 61 0 4 14 256 100 102
Binary 1110011 11100000 11010110 110001 0 100 1100 10101110 1000000 1000010

Color Harmonies of #73E0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E0D6

Black with #73E0D6

Text Example


Text Example

White with #73E0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,224,214); }

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

background-color css

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

 a { background-color: rgb(115,224,214); }

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

border-color css

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

 span { border-color: rgb(115,224,214); }

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