Html Css Color HEX #73E8F3 Turquoise Blue

📋 copy color: '#73E8F3'

red 115 ◦ green 232 ◦ blue 243

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

Shades of Turquoise Blue #73E8F3

Tints of Turquoise Blue #73E8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.19%

R = 19.49%
G = 39.32%
B = 41.19%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73E8F3 (or 0x73E8F3) is known color: Turquoise Blue. HEX triplet: 73, E8 and F3. RGB value is (115,232,243). Sum of RGB (Red+Green+Blue) = 115+232+243=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #73E8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E8F3 is #8C170C. Grayscale: #C6C6C6. Windows color (decimal): -9180941 or 15984755. OLE color: 15984755.

HSL color Cylindrical-coordinate representation of color #73E8F3: hue angle of 185.16º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73E8F3 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 232 243 -
CMYK 0.53 0.05 0 0.05
HSL 185.16º 0.84% 0.7% -
HSV(B) 185.16º 0.53% 0.95% -
XYZ 52.1 67.83 95.14 -
YUV 198.27 153.24 68.61 -
System Red Green Blue C M Y K H S L
Decimal 115 232 243 0.53 0.05 0 0.05 185.16 0.84 0.7
Hex 73 E8 F3 35 5 0 5 B9 54 46
Octal 163 350 363 65 5 0 5 271 124 106
Binary 1110011 11101000 11110011 110101 101 0 101 10111001 1010100 1000110

Color Harmonies of #73E8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E8F3

Black with #73E8F3

Text Example


Text Example

White with #73E8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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