#61E1DF

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

Shades of Turquoise Blue #61E1DF

Tints of Turquoise Blue #61E1DF

Color information

#61E1DF (or 0x61E1DF) is unknown color: approx Turquoise Blue. HEX triplet: 61, E1 and DF. RGB value is (97,225,223). Sum of RGB (Red+Green+Blue) = 97+225+223=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E1DF is #9E1E20. Grayscale: #BABABA. Windows color (decimal): -10362401 or 14672225. OLE color: 14672225.

HSL color Cylindrical-coordinate representation of color #61E1DF: hue angle of 179.06º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E1DF is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB97225223-
CMYK0.5700.010.12
HSL179.06º68.09%63.14%-
HSV(B)179.06º56.89%88.24%-
XYZ45.1761.7279.34-
YUV186.5148.5964.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.80%
GREEN value IS 225 (88.28% from 255) = 41.28%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=17.80%
G=41.28%
B=40.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972252230.5700.010.12179.0668.0963.14
Hex61E1DF3901Cb3443f
Octal14134133771011426310477
Binary11000011110000111011111111001011100101100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61E1DF; }

 p { color: rgb(97,225,223); }

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

<style>
 a { background-color: #61E1DF; }

 a { background-color: rgb(97,225,223); }

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

<style>
 span { border-color: #61E1DF; }

 span { border-color: rgb(97,225,223); }

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