#73D8EE

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

Shades of Turquoise Blue #73D8EE

Tints of Turquoise Blue #73D8EE

Color information

#73D8EE (or 0x73D8EE) is unknown color: approx Turquoise Blue. HEX triplet: 73, D8 and EE. RGB value is (115,216,238). Sum of RGB (Red+Green+Blue) = 115+216+238=569 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.21% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #73D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D8EE is #8C2711. Grayscale: #BCBCBC. Windows color (decimal): -9185042 or 15652979. OLE color: 15652979.

HSL color Cylindrical-coordinate representation of color #73D8EE: hue angle of 190.73º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D8EE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115216238-
CMYK0.520.0900.07
HSL190.73º78.34%69.22%-
HSV(B)190.73º51.68%93.33%-
XYZ47.0658.9389.78-
YUV188.31156.0475.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.21%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=20.21%
G=37.96%
B=41.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152162380.520.0900.07190.7378.3469.22
Hex73D8EE34907bf4e45
Octal163330356641107277116105
Binary11100111101100011101110110100100101111011111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,216,238); }

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

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

 a { background-color: rgb(115,216,238); }

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

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

 span { border-color: rgb(115,216,238); }

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