Html Css Color HEX #73E8DA Turquoise Blue

📋 copy color: '#73E8DA'

red 115 ◦ green 232 ◦ blue 218

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

Shades of Turquoise Blue #73E8DA

Tints of Turquoise Blue #73E8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.06%

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

R = 20.35%
G = 41.06%
B = 38.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#73E8DA (or 0x73E8DA) is known color: Turquoise Blue. HEX triplet: 73, E8 and DA. RGB value is (115,232,218). Sum of RGB (Red+Green+Blue) = 115+232+218=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8DA is #8C1725. Grayscale: #C3C3C3. Windows color (decimal): -9180966 or 14346355. OLE color: 14346355.

HSL color Cylindrical-coordinate representation of color #73E8DA: hue angle of 172.82º degrees, saturation: 0.72, 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 #73E8DA is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 232 218 -
CMYK 0.50 0 0.06 0.09
HSL 172.82º 0.72% 0.68% -
HSV(B) 172.82º 0.5% 0.91% -
XYZ 48.58 66.42 76.59 -
YUV 195.42 140.74 70.64 -
System Red Green Blue C M Y K H S L
Decimal 115 232 218 0.50 0 0.06 0.09 172.82 0.72 0.68
Hex 73 E8 DA 32 0 6 9 AD 48 44
Octal 163 350 332 62 0 6 11 255 110 104
Binary 1110011 11101000 11011010 110010 0 110 1001 10101101 1001000 1000100

Color Harmonies of #73E8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E8DA

Black with #73E8DA

Text Example


Text Example

White with #73E8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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