Html Css Color HEX #73EADB Turquoise Blue

📋 copy color: '#73EADB'

red 115 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #73EADB

Tints of Turquoise Blue #73EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 20.25%
G = 41.2%
B = 38.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#73EADB (or 0x73EADB) is known color: Turquoise Blue. HEX triplet: 73, EA and DB. RGB value is (115,234,219). Sum of RGB (Red+Green+Blue) = 115+234+219=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #73EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EADB is #8C1524. Grayscale: #C4C4C4. Windows color (decimal): -9180453 or 14412403. OLE color: 14412403.

HSL color Cylindrical-coordinate representation of color #73EADB: hue angle of 172.44º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EADB is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 234 219 -
CMYK 0.51 0 0.06 0.08
HSL 172.44º 0.74% 0.68% -
HSV(B) 172.44º 0.51% 0.92% -
XYZ 49.28 67.6 77.47 -
YUV 196.71 140.58 69.72 -
System Red Green Blue C M Y K H S L
Decimal 115 234 219 0.51 0 0.06 0.08 172.44 0.74 0.68
Hex 73 EA DB 33 0 6 8 AC 4A 44
Octal 163 352 333 63 0 6 10 254 112 104
Binary 1110011 11101010 11011011 110011 0 110 1000 10101100 1001010 1000100

Color Harmonies of #73EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EADB

Black with #73EADB

Text Example


Text Example

White with #73EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,234,219); }

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

background-color css

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

 a { background-color: rgb(115,234,219); }

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

border-color css

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

 span { border-color: rgb(115,234,219); }

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