#73E4DF

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

Shades of Turquoise Blue #73E4DF

Tints of Turquoise Blue #73E4DF

Color information

#73E4DF (or 0x73E4DF) is unknown color: approx Turquoise Blue. HEX triplet: 73, E4 and DF. RGB value is (115,228,223). Sum of RGB (Red+Green+Blue) = 115+228+223=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #73E4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E4DF is #8C1B20. Grayscale: #C1C1C1. Windows color (decimal): -9181985 or 14673011. OLE color: 14673011.

HSL color Cylindrical-coordinate representation of color #73E4DF: hue angle of 177.35º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E4DF is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB115228223-
CMYK0.5000.020.11
HSL177.35º67.66%67.25%-
HSV(B)177.35º49.56%89.41%-
XYZ48.1364.4679.72-
YUV193.64144.5671.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.32%
GREEN value IS 228 (89.45% from 255) = 40.28%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=20.32%
G=40.28%
B=39.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152282230.5000.020.11177.3567.6667.25
Hex73E4DF3202Bb14443
Octal163344337620213261104103
Binary1110011111001001101111111001001010111011000110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,228,223); }

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

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

 a { background-color: rgb(115,228,223); }

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

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

 span { border-color: rgb(115,228,223); }

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