Html Css Color HEX #73E6DA Turquoise Blue

📋 copy color: '#73E6DA'

red 115 ◦ green 230 ◦ blue 218

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

Shades of Turquoise Blue #73E6DA

Tints of Turquoise Blue #73E6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.85%

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

R = 20.43%
G = 40.85%
B = 38.72%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#73E6DA (or 0x73E6DA) is known color: Turquoise Blue. HEX triplet: 73, E6 and DA. RGB value is (115,230,218). Sum of RGB (Red+Green+Blue) = 115+230+218=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6DA is #8C1925. Grayscale: #C2C2C2. Windows color (decimal): -9181478 or 14345843. OLE color: 14345843.

HSL color Cylindrical-coordinate representation of color #73E6DA: hue angle of 173.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6DA is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 230 218 -
CMYK 0.5 0 0.05 0.10
HSL 173.74º 0.7% 0.68% -
HSV(B) 173.74º 0.5% 0.9% -
XYZ 48.02 65.3 76.4 -
YUV 194.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 115 230 218 0.5 0 0.05 0.10 173.74 0.7 0.68
Hex 73 E6 DA 32 0 5 A AE 46 44
Octal 163 346 332 62 0 5 12 256 106 104
Binary 1110011 11100110 11011010 110010 0 101 1010 10101110 1000110 1000100

Color Harmonies of #73E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E6DA

Black with #73E6DA

Text Example


Text Example

White with #73E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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