Html Css Color HEX #73E9DE Turquoise Blue

📋 copy color: '#73E9DE'

red 115 ◦ green 233 ◦ blue 222

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

Shades of Turquoise Blue #73E9DE

Tints of Turquoise Blue #73E9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.88%

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 20.18%
G = 40.88%
B = 38.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#73E9DE (or 0x73E9DE) is known color: Turquoise Blue. HEX triplet: 73, E9 and DE. RGB value is (115,233,222). Sum of RGB (Red+Green+Blue) = 115+233+222=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #73E9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E9DE is #8C1621. Grayscale: #C4C4C4. Windows color (decimal): -9180706 or 14608755. OLE color: 14608755.

HSL color Cylindrical-coordinate representation of color #73E9DE: hue angle of 174.41º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73E9DE is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 233 222 -
CMYK 0.51 0 0.05 0.09
HSL 174.41º 0.73% 0.68% -
HSV(B) 174.41º 0.51% 0.91% -
XYZ 49.39 67.2 79.47 -
YUV 196.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 115 233 222 0.51 0 0.05 0.09 174.41 0.73 0.68
Hex 73 E9 DE 33 0 5 9 AE 49 44
Octal 163 351 336 63 0 5 11 256 111 104
Binary 1110011 11101001 11011110 110011 0 101 1001 10101110 1001001 1000100

Color Harmonies of #73E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E9DE

Black with #73E9DE

Text Example


Text Example

White with #73E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,233,222); }

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

background-color css

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

 a { background-color: rgb(115,233,222); }

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

border-color css

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

 span { border-color: rgb(115,233,222); }

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