#73EBF0

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

Shades of Turquoise Blue #73EBF0

Tints of Turquoise Blue #73EBF0

Color information

#73EBF0 (or 0x73EBF0) is unknown color: approx Turquoise Blue. HEX triplet: 73, EB and F0. RGB value is (115,235,240). Sum of RGB (Red+Green+Blue) = 115+235+240=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #73EBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EBF0 is #8C140F. Grayscale: #C7C7C7. Windows color (decimal): -9180176 or 15788915. OLE color: 15788915.

HSL color Cylindrical-coordinate representation of color #73EBF0: hue angle of 182.4º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EBF0 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115235240-
CMYK0.520.0200.06
HSL182.4º80.65%69.61%-
HSV(B)182.4º52.08%94.12%-
XYZ52.5169.3593.06-
YUV199.69150.7467.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.49%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=19.49%
G=39.83%
B=40.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152352400.520.0200.06182.480.6569.61
Hex73EBF034206b65146
Octal16335336064206266121106
Binary111001111101011111100001101001001101011011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,235,240); }

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

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

 a { background-color: rgb(115,235,240); }

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

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

 span { border-color: rgb(115,235,240); }

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