#73E2F3

Color #73E2F3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #73E2F3

Tints of Turquoise Blue #73E2F3

Color information

#73E2F3 (or 0x73E2F3) is unknown color: approx Turquoise Blue. HEX triplet: 73, E2 and F3. RGB value is (115,226,243). Sum of RGB (Red+Green+Blue) = 115+226+243=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #73E2F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E2F3 is #8C1D0C. Grayscale: #C2C2C2. Windows color (decimal): -9182477 or 15983219. OLE color: 15983219.

HSL color Cylindrical-coordinate representation of color #73E2F3: hue angle of 187.97º 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 #73E2F3 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115226243-
CMYK0.530.0700.05
HSL187.97º84.21%70.2%-
HSV(B)187.97º52.67%95.29%-
XYZ50.4464.5194.59-
YUV194.75155.2371.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.69%
GREEN value IS 226 (88.67% from 255) = 38.70%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=19.69%
G=38.70%
B=41.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152262430.530.0700.05187.9784.2170.2
Hex73E2F335705bc5446
Octal16334236365705274124106
Binary1110011111000101111001111010111101011011110010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73E2F3;
 }
 .AnyTagClassName
 {
   color: #73E2F3;
 }
</style>
background-color css

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

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

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

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

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

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