#73E1FE

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

Shades of Turquoise Blue #73E1FE

Tints of Turquoise Blue #73E1FE

Color information

#73E1FE (or 0x73E1FE) is unknown color: approx Turquoise Blue. HEX triplet: 73, E1 and FE. RGB value is (115,225,254). Sum of RGB (Red+Green+Blue) = 115+225+254=594 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.36% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #73E1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E1FE is #8C1E01. Grayscale: #C3C3C3. Windows color (decimal): -9182722 or 16703859. OLE color: 16703859.

HSL color Cylindrical-coordinate representation of color #73E1FE: hue angle of 192.52º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73E1FE is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115225254-
CMYK0.550.1100.00
HSL192.52º98.58%72.35%-
HSV(B)192.52º54.72%99.61%-
XYZ51.8864.65103.51-
YUV195.42161.0670.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.36%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=19.36%
G=37.88%
B=42.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1152252540.550.1100.00192.5298.5872.35
Hex73E1FE37B00c16348
Octal163341376671300301143110
Binary111001111100001111111101101111011001100000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,225,254); }

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

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

 a { background-color: rgb(115,225,254); }

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

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

 span { border-color: rgb(115,225,254); }

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