Html Css Color HEX #73E2DA Turquoise Blue

📋 copy color: '#73E2DA'

red 115 ◦ green 226 ◦ blue 218

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

Shades of Turquoise Blue #73E2DA

Tints of Turquoise Blue #73E2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.43%

 BLUE value IS 218 (85.55% from 255) = 39%

R = 20.57%
G = 40.43%
B = 39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#73E2DA (or 0x73E2DA) is known color: Turquoise Blue. HEX triplet: 73, E2 and DA. RGB value is (115,226,218). Sum of RGB (Red+Green+Blue) = 115+226+218=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #73E2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E2DA is #8C1D25. Grayscale: #BFBFBF. Windows color (decimal): -9182502 or 14344819. OLE color: 14344819.

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

Color convert

RGB 115 226 218 -
CMYK 0.49 0 0.04 0.11
HSL 175.68º 0.66% 0.67% -
HSV(B) 175.68º 0.49% 0.89% -
XYZ 46.92 63.1 76.04 -
YUV 191.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 115 226 218 0.49 0 0.04 0.11 175.68 0.66 0.67
Hex 73 E2 DA 31 0 4 B B0 42 43
Octal 163 342 332 61 0 4 13 260 102 103
Binary 1110011 11100010 11011010 110001 0 100 1011 10110000 1000010 1000011

Color Harmonies of #73E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E2DA

Black with #73E2DA

Text Example


Text Example

White with #73E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,226,218); }

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

background-color css

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

 a { background-color: rgb(115,226,218); }

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

border-color css

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

 span { border-color: rgb(115,226,218); }

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